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

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

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…

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:

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…

Judging by some of the posts on the wordpress.org support forums, many people want to change just one or two things in either the Twenty Ten or Twenty Eleven themes. But they have difficulty creating a basic child theme.