wp-e-commerce upload adding multiple categories to CSV upload
How to bulk upload to more than one category with the excellent Wp-e-commerce plugin.
Read More
How to bulk upload to more than one category with the excellent Wp-e-commerce plugin.
Read More
The WordPress backend deals with ‘Posts’ and ‘Pages’. For some clients this is too vague, and tweaks are needed.
Read More
UPDATE: Having updated the plugin several times, I have realised the folly of the suggestions below as they get over-written each time (DOH). Fortunately my increasing use of jQuery threw up a really simple solution, simply add this to your header and Hey Presto! all your twitter tools links will now have ‘target=”_blank”‘ added to them.
<script>
jQuery(function($) {
$("div.aktt_tweets a" ).attr('target', '_blank');
});
</script>
Our site makes use of the Twitter Tools plugin, but with some minor tweaks
Read More
One of the great assets WordPress possesses is the ability to easily customise the backend.
Read More
We’re branching out this year, as well as WordPress themes, we are now building custom plugins as well.
Read More
We are currently working on a WordPress MU theme that requires logos to be generated on the fly.
Read More
The Haycroft Media website uses a category for the flashy portfolio on the home page, which we want to hide from the WordPress RSS feed
Read More
The wp_head() call in the header of most themes is an invitation for WordPress to start inserting code into your nice tidy head.
Read More
The last time I needed to display user data was for the Press Stick website. For their site, they wanted the user to be greeted with a personalised message on logging in.
Read More
The African Travel Experts site has two dropdown lists of all the blogs on their WPMU installation sorted into two different categories. Here’s how.
Read More