Jan 21, 2019
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...
Dec 4, 2018
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...
Jul 10, 2018
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...
Jun 27, 2018
You’ve most likely seen code within WordPress that uses add_action or add_filter. In this article we take a look under the hood of WordPress and take a dive into actions vs filters. This is a key component that you need to understand, to improve your skills as a...
Jun 25, 2018
In this article we will show you the right way to customize WordPress and keep your site up-to-date without losing your customizations. Firstly, please do not customize WordPress core files. This will cause issues for other plugins, themes or even the general workings...
Jan 30, 2018
Recently we got a request from a When Last Login customer that they would like to track who viewed their WordPress posts and would like to show the username with the time they viewed the article and thought this would be a great blog example for users to work from...