
I was recently approached by a Facebook shopping application developer to do an interview, and for once I said yes!
Read the full Interview on Shop Tab’s blog.

I was recently approached by a Facebook shopping application developer to do an interview, and for once I said yes!
Read the full Interview on Shop Tab’s blog.

Pleasantly surprised to see that we (esmi & elfin) were both mentioned in A Little Support.

Protecting Your Customisations
If you have customised the WordPress default theme, all of your changes will be over-written the next time you upgrade WordPress. So you need to protect them now by creating your own custom theme.
Using FTP (or whatever file management tool you have available), download the wp-content/themes/default folder to your machine.
Rename the downloaded folder…

Adding A Sidebar To Every Page
Within the WordPress Administration area, navigate to Appearance / Editor.
Select single.php and change:
<div id=”content” class=”widecolumn” role=”main”>
to
<div id=”content” class=”narrowcolumn”>
Then change:
<?php get_footer(); ?>
to:
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Repeat the last 2 steps for archives.php, links.php & image.php

What Will You Need?
First of all, you need to decide whether you’ll be running a web site or a blog that invites comments and discussion. Whilst most themes will work as well for a blog as they do on a basic, no discussion, site, you don’t want to find out that your comment display options…