How to make your WordPress search match Exactly! This is a common question about WordPress search match exactly, or in other words, asked by my client: If I...
Why did WordPress Remove Justify & Underline Buttons from Editor? One of my client asked me to justify the post contents on his website. I aligned the text using keyboard...
WordPress Injected With Spam Links? Diagnose & Protect your site Today my client sent an email stating that his WordPress site has been hacked. After spending few hours in diagnosing...
Deleted WordPress User, but it appeared again [WordPress Hacked] I recently wrote an article on how I recovered my client’s website from Black Hat SEO spam attack. During the...
Plugin Generated x Characters of Unexpected Output During Activation [Fix] While developing a new plugin for WordPress, I ran into an error “Plugin Generated x Characters of Unexpected Output During...
Update URLs After WordPress Migration If you are migrating your WordPress site from one domain to another, then you need to update URLs isn’t? Well,...
Fix lessphp fatal error: load error: failed to find [WP Migration] Do you see an error “lessphp fatal error: load error: failed to find bootstrap.lesslessphp” and “style.less.cache” after migrating your WordPress site...
Convert/Change Post Type to Custom Post Type [WP] By default, WordPress supports post types such as Posts, Pages, Attachments, Revisions and Menus. It also allows to create a...
Fix Unknown collation utf8mb4_unicode_ci [WP Migration] Do you get an error Unknown collation utf8mb4_unicode_ci while migrating your WordPress database? No worries, this tutorial will explain how...
Allow Comments for Older Posts in WordPress Do you like to allow comments for older posts in WordPress? There are situations where you would have disabled comments...
How to Remove nextpage pagination tags from Posts What is nextpage tag? <!--nextpage--> is an in-built tag of WordPress that allows you to split a post or page...
Add submenu under WooCommerce WordPress Plugin This tutorial will explain how to add submenu under WooCommerce menu in WordPress admin panel. For example, imagine that you...
WordPress Posts displaying garbage characters after W3 Total Cache Update Do you see WordPress posts displaying garbage characters after updating W3TotalCache plugin? Well, you are not alone. I recently updated...
How to Set/Unset WooCommerce Session Variables Do you want to know how to set or unset WooCommerce session variables? Generally, we use PHP’s built-in session handler...
Update Order Review on State Change in WooCommerce Checkout page If you are using WooCommerce plugin, then you might have noticed order review table being updated after filling out the billing...
How to Add or Modify State in WooCommerce? Do you need to add or modify state in WooCommerce plugin? If yes, all you need is a simple snippet....
How to Reset WordPress Password via PHPMyAdmin Do you want to reset WordPress password? Well, you can use “Lost your password” link in the WordPress login page. Upon...
How to Fix the_date() Returning Empty Date inside Loop in WordPress Are you using the_date function inside the loop to display post published date? Well, you might notice the_date() returning empty date...
Fix 404 Error on Password protected folders inside WordPress! If you are trying to password protect a folder inside WordPress directory, then you will probably end up with ‘404...
Fix WordPress Posts 404 Error after changing Permalink! Question: I changed the default permalink structure to postname, but now all the WordPress posts throw 404 not found error....