wp-e-commerce upload adding images to CSV upload – updated for WPEC 3.8
We’ve covered uploading multiple categories in wp-e-commerce, but what about images?
Read More
We’ve covered uploading multiple categories in wp-e-commerce, but what about images?
Read More
When the WordPress save_post function is executed, it performs two iterations which can affect custom code. Here’s how to get around it
Read More
The Pears Property Group website involves pages of property listings that need to be sortable as well as filtered by area.
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