I recently picked up a customer with Divi WordPress Theme. I have helped them installed a new plugin however the h2 color wasn’t showing the right color […]
Category: Wordpress
xmlrpc.php
Recently in the server logs I saw lots of attempts to /xmlrpc.php/xmlrpc.php is the file used for Pingbacks, so if someone links to my blog , they […]
Nextgen pro lightbox not working on some galleries on Next Gen pro
Recently installed the Plugin NextGen Pro to enable the Nextgen Pro Lightbox this would work on some galleries and others it would just display the below.Turns out some […]
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
Recently a webhost made a change to their hosting which showed up the following error on hosting : Your PHP installation appears to be missing the MySQL extension which […]
How to convert a powerpoint presentation into a WordPress post with Images
You will need to convert the powerpoint to a one page document in Word.Use Zamzar to convert from ppt to docx : http://www.zamzar.com/convert/ppt-to-docx/Once converted , Install this to […]
Call to undefined function doing_action() Updating WordPress Plugins
Recently upgrading a customer wordpress plugins I got greated with a Call to undefined function doing_action() When trying to login to the admin section , this was […]
Regex To Remove Spam Links from WordPress Website
Recently a wordpress site had multiple SQL injections into the content randomly throughout the 100 or so blog posts as per right. These included generic keywords such […]
WP – Ecommerce – Display the Current Category’s Parent Categorys Name
Here is the code you need to display the Parent Category of the Current Category you are viewing in WP E Commerce <?php$term = get_term_by( ‘slug’, get_query_var( […]