Stopping, re-configurating WordPress background AJAX load (Heartbeat)

Due to WordPress background heartbeat, you may run into connection issue or 403 access denied message to your webserver if there is a (Per IP Connection limit) set for the web server To combat this, you can disable or change the heartbeat rate for your WordPress. Download, install and activate the Heartbeat Control plugin for […]

How to update WordPress to use new Domain name

In this tutorial, we will guide you on how to update your existing WordPress to use a new domain name. First, you need to prep your WordPress by following this guide and add the new domain’s URL to the config. Once that is done, log into your WordPress Admin area by going to http://yournewdomain.com/wp-admin If […]

Updating WordPress siteurl & sitehome for new domain easily without touching the database

If you have recently moved your WordPress to another domain and need to quickly change the domain url without touching the database. This class is for you. Open  wp-config.php  Put in the following lines of codes at the top of the page after the <?php define(‘WP_HOME’,’http://example.com’); define(‘WP_SITEURL’,’http://example.com’); You need to change the example.com to your new […]

How to add a temporary admin login to WordPress to gain admin access?

If you have forgotten your WordPress admin password and have exhausted all password reset options. Then this class is for you. It will teach you how to add a temporary admin login so that you are back into the wp-admin backend. The following instructions are for cPanel. However, it is the same as long as you […]