Disable Smart Quotes in WordPress

To disable smart quotes in WordPress, you can use add_filter('run_wptexturize', '__return_false'); in your functions.php file. But in this tutorial, I will teach you how you can create a WordPress plugin and upload it to the plugin directory to disable entirely smart/curly quotes for your WordPress site. I recommend creating a plugin instead of adding a ... Read more

How to Manually Install Disqus on WordPress?

In this tutorial, you will learn to install Disqus on WordPress, below the post content manually. Steps to Manually Install Disqus on WordPress In Disqus, click on the Installation tab then click on the Install Manually With Universal Code link and copy the code to paste in WordPress. The below is the sample of the ... Read more

How to Use Redirection Plugin?

This tutorial explains how to use the Redirection Plugin in WordPress. Follow These Steps to Create a Redirect Using Redirection Plugin In WordPress, click on the menu Tools > Redirection. Then the Redirections page will open. Then click on the Groups tab to create a group as shown in below image. After adding a group, ... Read more