Archive for 2010

WordPress – Contact 7 plugin shortcode

by Warren. 0 Comments

Contact 7 is an awesome contact form generator for WordPress, hugely popular. However, as standard it doesn’t offer a shortcode solution so you can hard code it into your sidebar.php or header.php etc, so it displays on every page. But the solution is here: <?php echo do_shortcode(“”); ?> Paste the above code into your theme’s More »

WordPress remote publishing XML-RPC problem

by Warren. 1 Comment

If you are trying to connect to your WordPress blog remotely using an iPhone, Android or other system via XML-RPC and it’s not happening, then this is for you. The standard xmlrpc.php script is quite commonly installed with many free blogs, including WordPress. Unfortunately, it is quite easy to exploit and often abused by amateur More »

Some WordPress tags not showing? Limited to 45 tags?

by Warren. 0 Comments

Here is how I change the tag cloud. It is not difficult, but do take care. Locate the wp-includes folder. Find the category-template.php file. Save the category-template.php file to your computer, and back it up (as always) Open the category-template.php file in notepad, then find: wp_tag_cloud The number ’45′ in that code defines how many More »

WordPress 3.0 Widget Ready Themes

by Warren. 0 Comments

WordPress 3.0 will be bringing with it many additional functionalities, including: Customisable menu’s Additional widget positioning Custom backgrounds Custom header images This in turn means new themes are needed to incorporate such functionalities. Do you see where this is going? I’m currently producing new widget ready WordPress 3.0 themes, some free & some premium themes More »