WordPress – Completely disable Heartbeat Control

If you are having speed issues with your WordPress website then you may find that this is because of the the heartbeat control that is within the WordPress software. Running speed checks on your website like PingDom may reveal that your admin-ajax.php is taking ages to load. So, what do you do about it? It really depends on your own situation …

WordPress – Completely disable Heartbeat Control Read More

How to setup a DNS Wildcard when using WordPress Multisite on a sub-domain

If you are using WordPress on a sub-domain already and you want to setup WordPress Multisite using further sub-domains (if you have an existing WordPress sub-domain site for example) then following all the standard guides out there on the web may not get you all the way to a fully working sub-sub-domain WordPress site. As an example, we here at …

How to setup a DNS Wildcard when using WordPress Multisite on a sub-domain Read More

How to setup a newsletter subscription page in WordPress using shortcode

If you have a WordPress site and want to setup a newsletter subscription page just like ours here, then there is a very simple way of doing this. Just create a post or a page in WordPress and then click on the Text tab of your post editor: Then just add the following short code to your editor (remember to …

How to setup a newsletter subscription page in WordPress using shortcode Read More

Exclude Certain Categories from the Homepage on WordPress Blogs

If you are using WordPress for your blog then you will probably be using your latest posts to make up your home page. By default, all categories of posts are included in your home page, but what if you want to exclude a category or multiple categories of posts from displaying on your home page? Well, it is pretty simple… …

Exclude Certain Categories from the Homepage on WordPress Blogs Read More

W3 Total Cache Error: Page Cache Rewriting is URL Not Working

If you are using WordPress for your blog and trying to set W3 Total Cache, you may find that on your Administration page, you are getting this error: “W3 Total Cache Error: Page Cache Rewriting is URL Not Working. Please verify that the server configuration allows .htaccess” There can be a few reasons for this but you can try this …

W3 Total Cache Error: Page Cache Rewriting is URL Not Working Read More

WordPress – WP Tab Widget Broken Fix

Since the WordPress update to version 4.5, you may have noticed that your WP Tab Widget may not be working. There is an update coming out soon to fix this, however, in the meantime for a quick fix, you can add the following code to your themes “function.php” file: if (!is_admin()) { wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js”), false, ‘1.11.3’); wp_enqueue_script(‘jquery’); } This …

WordPress – WP Tab Widget Broken Fix Read More

Google Blogger – Remove information when searching on labels

If you use Google Blogger and you have searches or menu items based on labels, you might find that when you click on these you get the below information appear at the top of your posts: This can be extremely annoying when you are trying to make your site look as professional as possible, so we are going to show …

Google Blogger – Remove information when searching on labels Read More