WordPress tutorials and more...

Blogs can be an inspiration to try many new things: not least, modern coding and table-free design. This site is intended to help you deal with these and other challenges facing today's commercial webmasters.

Wordpress header.php

The key to making changes to WordPress themes is to work methodically. First identify the relevant HTML; second identify all the CSS which relates to it; and third, understand what the CSS is actually doing. Initially make changes by commenting parts out rather than by deleting them. Comment what you have changed and test each batch of changes before moving on to the next.

Read full article »

WordPress Sidebar

WordPress sidebar code can look confusing the first time you check it out. But that’s because WordPress is smart, can sense which page is being displayed and show different content to match. But once you see past the conditional code, what remains is both simple and flexible.

Read full article »