Debugging In WordPress

Debugging In WordPress

In this guide you will learn to how to enable debugging in WordPress, to help find the root of the problem you are facing. Method 1: Debugging WordPress Using A Plugin We’ve found this useful plugin by Andy Fragen, that enables error logging when the plugin is...
Setting Up A WordPress Child Theme

Setting Up A WordPress Child Theme

What Is A Child Theme? As defined by WordPress codex, a child theme is s theme that “inherits the functionality and styling of another theme, called the parent theme.” A child theme allows you to make changes to your WordPress theme without breaking the parent...
How To Install A WordPress Theme

How To Install A WordPress Theme

A WordPress theme is what defines the appearance and style of your site. In this guide, we will cover ways on how to install a WordPress theme from the WordPress repository and installing from premium WordPress theme providers....
How to Install a WordPress Plugin

How to Install a WordPress Plugin

In this guide we will cover ways to install a WordPress plugin from WordPress.org and installing premium WordPress plugins. Installing a WordPress plugin fromWordPress.orgInstalling a WordPress plugin from a premium provider. Installing From WordPress.org...
Increase WordPress Memory Limit

Increase WordPress Memory Limit

Sometimes your site may seem slow or WordPress shows “Fatal error: Allowed memory size of 293514432 bytes exhausted (tried to allocate 2345568 bytes) in /home/xxx/public_html/wp-includes/plugin.php on line xx”. This basically is saying that your hosting...
How To Change The Default From Email For WordPress

How To Change The Default From Email For WordPress

In this article you will learn how to change the default from email address for WordPress. One of the main reasons to change the default email address that WordPress uses to send out emails is for reliability and integrity. Method 1: WP Change Default From Email...