WPAssist
  • WordPress Tips
  • Theme Development
  • How To Guides
  • WordPress Hacks
  • Code Snippets
  • WPA Tax Archives
  • WordPress Countdown Widget
  • Image Banner Widget
  • SubPages Extended
AboutWrite For UsToolboxSitemapPrivacy Policy
AboutSitemap
© 2024 Self-Service WordPress Tips & Guides
Privacy - Contact
AboutSitemap
WPAssist WPAssist
WP TipsHow ToWP Hacks

[How To] Hide Info Link on Countdown Widget for WordPress

WPAssist / How To - May 16, 2023

Countdown Widget automatically adds info link at the bottom of the widgets by default. But hiding this info link is actually pretty easy. All you need to do is to check the “Remove Link” option on the widget settings. If you are using the shortcode […]

Wp Update Salt Keys How To

WP Update Salts – How To Secure WordPress

WPAssist / WordPress Tips - April 8, 2020

If you have ever edited your wp-config.php, you may be familiar with WordPress salt keys. Those are custom strings used to enhance the security of your WordPress installation. Every action that requires some user input is passing through encryptions and those encryptions include a piece […]

Bs4 Col Md Push

[How To] col-md-push in Bootstrap 4; How to Space Columns

WPAssist / WordPress Tips - April 8, 2020

Bootstrap 4 has a totally different grid structure from BS3. Most of the Bs3 users may be confused when they see there is no col-md-push class for spacing column elements in Bootstrap 4. Fear not, however we’ve got you covered. Here is the BS4 alternative […]

Htaccess Custom 404 Error Document

htaccess Custom Error Document Usage, Fix 404, 500 and Others

WPAssist / WordPress Hacks - November 19, 2023

Apache only allows the ErrorDocument directive using the document root directory. If you don’t want to hard code full path of your error document in the htaccess file, but still need to use your own directory, you can use the following rewrite hack to redirect […]

WordPress Get Post Id By Meta Value

WordPress Get Post ID by Meta Value (PHP)

WPAssist / WordPress - November 20, 2023

If you are into developing custom themes for WordPress, you probably know how useful it can be to use custom meta fields in your posts. But only adding those fields is not enough. You need custom loops or functions to filter/get your posts using those […]

WordPress Adsense Widget 2.0 Updates

Adsense Widget 2.0 Update

WPAssist / Plugin Updates - April 8, 2020

I have spent a long time to completely rewrite my Adsense Widget plugin for WordPress. And it is still not finished yet. But I decided to make a preliminary release before other improvements are completed. Here is a complete list of changes in version 2.0. […]

Wpassist WordPress Hosting Requirements

WordPress Hosting Requirements: OS, Panel and Features to Check

WPAssist / WordPress - November 20, 2023

WordPress Hosting packages differ a lot between hosting providers. But to call a Hosting, “WordPress Hosting”, that provider should meet certain requirements. Otherwise, it will fail badly and you will notice it fairly late. You can find our top WordPress Hosting Requirements for 2023 in […]

Wp Remove Wlwmanifest Header Php

wlwmanifest.xml in WordPress, What Is It, How to Remove

WPAssist / WordPress - November 20, 2023

WordPress automatically adds a wlwmanifest link to your site header for Windows Live Writer support. This link tag on your header points to wp-includes/wlwmanifest.xml file. Here is the example tag for the wlwmanifest.xml file, which you may notice in your site’s header: <link rel="wlwmanifest" type="application/wlwmanifest+xml" […]

[How To] Disable feed URLs in WordPress

WPAssist / WordPress Hacks - August 23, 2022

WordPress automatically generates RSS feed links on your page header. To disable automatic feed urls on your site header, you can use the following snippet. Copy the following code into your functions.php file to remove the header rss feed links; remove_action( 'wp_head', 'feed_links_extra', 3 ); […]

[How To] Remove DNS-Prefetch Links Without Plugin

WPAssist / WordPress Hacks - April 8, 2020

Removing DNS-Prefetch from wp_head hook is a pretty easy task. Just add the following code snippet to your functions to remove DNS-Prefetch links on your header; // Remove dns-prefetch Link from WordPress Head (Frontend) remove_action( ‘wp_head’, ‘wp_resource_hints’, 2 ); What is DNS Prefetch? DNS prefetching […]

«1234567...»

Featured Guides

Redirect Missing Media Sizes to Full Using htaccess

WordPress

WordPress generates various image sizes for each picture you upload using Media size settings. The plugins and themes can also…

WordPress.com vs WordPress.org Comparison With Use Cases

WordPress

WordPress has become the most prominent website platform around the globe thanks to its ease of use. WordPress encourages open…

12+ Useful SQL Queries for WordPress Database Cleanup

WordPress Tips

If you have been using WordPress for a long time, it is possible that you have many spam comments, revisions,…

How To Change WordPress Critical Error Page Content

How To

WordPress critical error page is a nightmare for most of the WordPress Developers. If you accidentally upload a file with…

  • WordPress Tips
  • Theme Development
  • How To Guides
  • WordPress Hacks
  • Code Snippets
  • WPA Tax Archives
  • WordPress Countdown Widget
  • Image Banner Widget
  • SubPages Extended

WPAssist

WPAssist.me is a tech blog about self-service WordPress tips & guides. We are writing articles about wp tips, plugins, themes, speed optimization, and SEO.

Read more

Recent Posts

  • there has been a critical error on this website – Quick Fix
  • How to Get WordPress Post Content by Post ID
  • Optimizing Images for WordPress Blogs
  • Get Current Page Slug in WordPress
  • Complete Site Checklist for SEO, Performance, and Health Analysis

Read More About

  • Get Current Page Slug in WordPress
  • Fix “Sitemap could not be read” Error on Google Search Console
  • Redirect Missing Media Sizes to Full Using htaccess
  • [How To] Remove Block Library CSS from WordPress

© 2024 WPAssist // Self-Service WordPress Tips & Guides
Privacy - Contact