Category: WordPress

How To Deactivate Faulty Plugins From The WordPress Database

  In this guide, we will walk you through the steps to deactivate plugins from within the WordPress database using phpMyAdmin. A faulty plugin may prevent your WordPress website from loading. Most of the time, disabling a particular plugin via the admin area will sort out the issue.  We can re-install that particular plugin later

Continue reading…

How To Add CAPTCHA Protection To WordPress

In this guide, we will walk you through the steps to add CAPTCHA protection to your WordPress site Quick Steps Install a reCAPTCHA plugin Register for Google reCAPTCHA keys Copy the keys and configure the plugin As WordPress gets popular and popular, Spam comments and Contact forms spams have gotten out of control for the

Continue reading…

Clean and Optimize a WordPress Database

In this KB Article, we discuss the importance of keeping your WordPress database(s) optimized and clean. The WordPress database stores everything that you need for your website and many things that you don’t. What can affect database performance? The frequent addition, deletion and moving data in the database that WordPress uses can make it inefficient.

Continue reading…

How to stage a WordPress Website Using Softaculous in cPanel

Why you need a WordPress staging site WordPress core, themes, and plugins used releases new updates frequently.  Updating them on a busy production website may be disastrous if there are some incompatibilities among them. So it’s important to test them before you publish and make it public.  With Softaculous installer in cPanel, it has become

Continue reading…

How To Fix 500 Internal Server Error in WordPress

In this article, we will show you how to fix the internal server errors in WordPress. The internal server errors are status codes returned by the web server whenever it encounters a condition that prevents it from completing the request initiated by the client. This error message does not necessarily mean that the web server

Continue reading…

How to Create a Custom WordPress 404 Error Page

In this article, we will discuss how to create a custom error page for a “404 Requested page not found” error. The main intention behind a custom error page is to inform the visitor that the website has received the request but the requested page does not exist there. Quick Steps Login to your cPanel

Continue reading…

How to Install and Manage WordPress Sites With WP-CLI

The following steps are meant to be run with root privileges on a server (VPS hosting). This feature comes preinstalled with our shared/reseller hosting accounts. This tutorial will help you to install and manage WordPress with the WP-CLI. WP-CLI provides a command line interface for WordPress. WP-CLI provides users the tools necessary to install and update plugins, create databases without

Continue reading…

What is CAPTCHA and What is it Used For?

This guide will explain what CAPTCHA is and what it is used for. What is CAPTCHA? A CAPTCHA is a test to determine whether the user is a computer or a human. The most common type of CAPTCHA is an image of obscured letters or numbers displayed in a box. A user must type the

Continue reading…

How to set up an SSL & configure WordPress to use HTTPS by default

By default, WordPress is not configured to use an SSL Certificate. In this guide, we’ll show you how to install an SSL Certificate and configure your WordPress website to always use HTTPS. First, you’ll want to get an SSL Certificate installed. If you’re hosting with us, you have two options. Commercial SSL Certificate: https://www.veerotech.net/hosting-extras#ssl-certificates Let’s Encrypt

Continue reading…