Introduction: The reCAPTCHA plugin is a good tool for fighting spam in WordPress. It can prevent spammers from posting unwanted comments on WordPress blogs. A CAPTCHA is an image made up of letters and numbers, and a user is required to type those same letters and numbers correctly to prove… Continue Reading How to Install reCAPTCHA in WordPress

If your newly created WordPress site is not indexed by search engines, then this is the first thing that you should do. Login to your WordPress site and go to Settings » Reading page. Scroll down to the bottom of the page and make sure that the box next to… Continue Reading WordPress site is not indexed by search engines

If during installation of a plugin, WordPress asks for your hostname or FTP details. Then follow these steps:1) Login to your server and navigate to /var/www/html/wordpress/. 2) Open wp-config.php and add this line after define(‘DB_COLLATE’)3) Add the following line – define(‘FS_METHOD’, ‘direct’);4) If you get “Could not create directory” error.… Continue Reading When you try to install the plugin in wordpress site it asks for FTP credentials

How to install Let’s Encrypt SSL Certificate for Bitnami WordPress on Linux Date: 02-09-2020 Step – 1: Connect to your server or VM instances as root via SSH.#ssh root@your server IP and port Step -2: Enter the following comment and then press enter to generate the SSL Certificate for the… Continue Reading How to install Let’s Encrypt SSL Certificate for Bitnami WordPress on Linux

How To Fix ‘The Link You Followed Has Expired’ Error In WordPress Date: 20-08-2020 Introduction: The link you followed has expired is a very common error in WordPress. It can appear when you try to upload a WordPress theme or install a new plugin via the WordPress dashboard. This error usually occurs… Continue Reading How To Fix ‘The Link You Followed Has Expired’ Error In WordPress

How to install WordPress for the website by using Plesk Panel Date: 30-05-2020 Introduction The Plesk includes an automatic installer that you can use to set WordPress up on your domains for you.  Step -1:Log in to the Plesk control panel and select Domains from the hosting services menu on the left. … Continue Reading How to install WordPress for the website by using Plesk Panel

How to add Google re-captcha to the contact form in your wordpress site Date: 28-03-2020 Step 1: Login to your wordpress admin url (http://domain.com/wp-admin) If you already have contact page for your site which might be through installation of any contact form plugin , then go to the settings of… Continue Reading How to add google recaptcha to the contact form in your wordpress site

Multisite setup: “Warning: An existing WordPress network was detected.” Date : 05/11/2019 Introduction Therefore, while converting a WordPress single install to multisite, the following error will be displayed at the Network Setup admin page. Rules in wp-config.php file Therefore PHP constant definition is appended above  /* That’s all, stop editing! Happy blogging. */… Continue Reading Multisite setup: “Warning: An existing WordPress network was detected.”

How to setup WordPress with Redis Caching CentOS 7.6 Date posted : 03/05/2019 In this post, we will explain, how to setup WordPress with Redis Caching with simple steps. 1. Install Redis on a CentOS server Start and enable Redis on system boot: 2. Install Redis PHP extension Install Redis… Continue Reading How to setup WordPress with Redis Caching in CentOS 7.6

Allow FTP access to developers for wordpress sites Date posted : 07/02/2019 In this blog article, we will be explaining FTP related access to wordpress sites. Generally developers used to face issues with FTP uploads or wordpress plugins installs via wp-admin. It happens due to incorrect user/group file permissions given… Continue Reading Allow FTP access to developers for wordpress sites