You are currently browsing all posts tagged with theme

FlipFlop

Posted on March 27, 2012 at 4:56 pm in
FlipFlop

And another new WordPress theme… well, actually a re-release of an old theme of ours. FlipFlop is 6 themes in one. Using the theme’s colour changer, you can switch between orange. blue, red, green, grey or gold colour schemes in two clicks of your mouse. Add in the 6 headers that are shipped with the…

Page Of Posts

Posted on January 12, 2012 at 1:21 pm in
blue-page

Our downloadable Twenty Eleven Child theme has now been updated to include a simple Page of Posts custom page template.

WordPress SEO: Better Titles

Posted on October 3, 2011 at 9:02 am in
html

The content of the HTML <title></title> tag is used to: Create a title in the browser toolbar Provide a title for the page when it is bookmarked Display a title for the page in search-engine results It make sense, therefore, to take some time to craft a good title in your WordPress site. In the…

Comments are off for WordPress SEO: Better Titles »

Change eShop’s Merchant Gateway Images

Posted on September 30, 2011 at 10:13 pm in
Ecommerce

The eShop ecommerce plugin ships with a default set of images for the various merchant gateways that can be located in wp-content\uploads\eshop_files. However, if one of these images does not suit your purposes, it’s relatively easy to change it via your theme’s functions.php file. The following example illustrates how to change the Cash icon:

Using $s with Double Quotes in WordPress

Posted on September 20, 2011 at 8:02 pm in
warning

I came across a really worrying issue recently when a site running one of my own themes failed a PCI compliance test. The template file concerned was search.php and the offending code was <?php printf( __(“Sorry – I couldn’t find anything on %1$s%2$s%3$s”, ‘theme_name’), ‘<span>’, $my_searchterm, ‘</span>’);?> From the test results, it seemed that $my_searchterm…

WordPress Installation and Set Up

Top