How to fix pageok error in WordPress website

Are you working on hosting a site or transferring a site to your hosting account at Godaddy, and even though everything seems like it’s set up right, all that’s showing up on the page is “pageok” on a blank white screen? It usually looks like the below example code when you see the page souce: … Read more

Remove Comment URL

Remove Comment URL

If you want to remove the URL input textbox from your WordPress comment form, then use the below code inside your functions.php file. if you are not a developer then simply install and activate the Remove Comment URL plugin. This plugin will allow you to remove the URL field from the comment form on your site. … Read more

Disable WordPress Update Notifications

Disable WordPress Update Notifications

This plugin will disable WordPress core update notification, plugin update notification and theme update notifications and inline warnings in your admin panel. Installation Unzip the ZIP file and drop the folder straight into your ‘wp-content/plugins/’ directory. Activate the plugin through the wordpress admin >> ‘Plugins’ menu in WordPress. For plugin configurations go to settings >> … Read more

Enable Gzip Compression Using .htaccess

How to Enable Gzip Compression

How to Enable Gzip CompressionEnables gzip-compression will speed up your WordPress website drastically and reduces bandwidth usage as well. If you have developed your website in wordpress CMS and looking for enable gzip compression, then you two option to do this : 1) Using WordPress PluginYou can install WordPress Gzip Compression plugin in order to … Read more

How to Install AMP in WordPress Website Step by Step 2021

Google-AMP

In this tutorial, I am going to share how to install AMP in WordPress website step by step 2019 with the screenshot which help you to integrate AMP (Accelerated Mobile Pages) your WordPress sites. What is Google AMP? The Accelerated Mobile Pages (AMP) Project is an open source initiative by Google that makes it easy … Read more

How to install WP-CLI to manage WordPress site

How to install WP-CLI to manage WordPress site

WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installations and much more, without using a web browser. Currently WordPress CLI is regularly maintain by the group of companies. What is WP-CLI? WP-CLI is a command line interface for WordPress. The project’s goal is to offer a complete alternative to the WordPress admin; … Read more