Moving your WordPress installation
When transferring your WordPress installation to a new server there are several processes to follow
Read More
When transferring your WordPress installation to a new server there are several processes to follow
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
WordPress and its many plugins are constantly updated, but there are always ways to tighten up security. After all , there is no such thing as too much security.
Read More
How to bulk upload to more than one category with the excellent Wp-e-commerce plugin.
Read More
Every now and then something new comes along that makes you wonder how you ever survived without it.
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
You can use javascript to getElementByTag or getElementById, but what about class?
Read More