Category: Blogging

wordpress blue and white and grey logo

WordPress – Code snippet display

We have had a few people ask us how we wrap our code snippets on this site with the yellow background. This is a very simple piece of code using the <pre> function. You can customise it as much as you like with different fonts, sizes, colours and borders but this is our default to
wordpress blue and white and grey logo

Blogger to WordPress Mobile Redirection Fix

If, like us, you have converted from Google’s Blogger platform to WordPress, then you will have probably redirected all your posts from your old platform to your new one. Work’s great huh? well yes it does – for normal tablet and computer browsers, but have you tested it with an iPhone browser? You may find
wordpress blue and white and grey logo

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"),
wordpress blue and white and grey logo

WordPress 100% CPU – WP Statistics

You may have seen our post recently about the WordPress plugin JetPack causing our site to crash due to massive resource usage. Well, as we had removed JetPack, we wanted another site stats plugin so we tried WP Statistics. This proved to be even worse, completely taking all our hosting down completely for 16 minutes