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....
W3TotalCache Update Issue – Unable to upload media in WordPress [Solved] Well, I updated W3TotalCache plugin from version 0.9.4.1 to 0.9.5 and ended up with an error “failed to open stream:...
How to Fix the Error “Invalid group when creating redirect” in Redirection WordPress plugin? I have been using Redirection WordPress plugin for a while in my website. But the same plugin is not working...
Migrated from http to https? You need to replace image links in WordPress database to avoid mixed content errors If you have migrated your website from HTTP to HTTPS, then you must be prepared to face few hiccups. One...
Quickly Search and Replace a Text or Image or URL in WordPress Post Contents Do you want to search and replace a particular URL or text or an image in WordPress post contents? For...
Fix Custom option is disabled no YARPP templates were found in your theme Question: I have been using YARPP WordPress plugin for displaying related posts in my website. The plugin comes with options such...
How to Fix TubePress Error – YouTube responded to TubePress with an HTTP 410? Question: I have been using TubePress (WordPress plugin) version 3.1.8 for many years now. But suddenly, the plugin broke with...
About wp-embed.js in WordPress 4.4 and How to Disable it? I recently updated WordPress to version 4.4 and found a new JavaScript loaded in the footer. It’s none other than...
3 Ways to Disable XML-RPC in WordPress [Security] XML-RPC in WordPress is an useful feature that allows you to remotely publish posts via mobile phones or tablet or Windows...
Updated to WordPress 4.4? View Post button in Editor is now replaced with a Link Have you updated to WordPress 4.4 and not able to find “View Post” button in the editor window? Not to worry,...
How to Mass Delete Pending Comments in WordPress? Question: I have around 5,000 pending comments in my WordPress and most of those are spams. I would like to know...
How to Check If a Visitor to your Website is from a Mobile or PC in PHP? Ever want to check if a particular visitor to your website is from a mobile device or desktop using PHP? then...
How to Disable or Remove Plugin’s CSS File in WordPress? One of the problem that I face with WordPress Plugins is that – the plugins can include their own CSS and...
5 Ways to Customize Product Tabs in WooCommerce! I was recently working on WooCommerce for some of my client projects, where I learned to customize product tabs according to...
[WooCommerce] How to replace ‘Choose an option” with Attribute name in variation select menu? In WooCommerce, the product attributes used for variations will display as a select menu in product page. For example, if I...
How to hide or remove Product tabs in WooCommerce? Just a day before I wrote a tutorial on how to rename additional information tab in WooCommerce. But the case...
How to Rename Additional Information tab in WooCommerce Product Page? By default, WooCommerce will display “Additional Information” tab in product page – which will contain the product attributes. But most...