wc command prints wrong output character count [Solved] Question: Why does wc command prints wrong output character count when used with echo command in Linux? Below is the command...
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...
ImportError: No module named MySQLdb [Solved] Question: My Python script failed with an error message “ImportError: No module named MySQLdb” while performing MySQL operation. Here’s the complete...
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...
Integrating OpenSRS Domains Pro with WHMCS One of my client gave a task of installing and integrating OpenSRS Domains Pro with WHMCS. Below are the steps...
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...
How to Disable Secure_file_priv option in MySQL – Linux If you are getting an error “The MySQL server is running with the secure_file_priv option so it cannot execute this...
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 Shorten Bash Prompt in Linux? If you are working with a deep directory structure, then you might have noticed a lengthier bash prompt. This tutorial...
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 view SSL Certificate Information in Chrome 56 Until few months back, I was able to view SSL certificate information in Chrome browser by clicking the padlock icon...
How to disable MySQL Password Validation plugin I had recently Installed MySQL v5.7 on Debian 8 Jessie. After the successful installation of MySQL, to improve the security of...