Creating a Child Theme in WordPress

I keep forgetting how to do this .. so here is my aide-memoire. A child theme is configured like a theme, which means a theme directory, and a style.css file in it. Template files and functions.php are not required in this directory, as they will be picked up from the parent theme. The one distinguishing line in […]
WordPress Themes .. Pages and Template Hierarchy

Audience. People with a web development background, or a web development interest, who are either new to WordPress or new to developing for WordPress. This series is based on WordPress 3.3.x. In the “WordPress .. Displaying Content” article we introduced WordPress Template Tags, and showed how they are used in index.php to retrieve and render content stored in the WordPress […]
WordPress Themes .. Displaying Content

Audience. People with a web development background, or a web development interest, who are either new to WordPress or new to developing for WordPress. This series is based on WordPress 3.3.x. In the “WordPress themes introduction” article, we built a valid, yet relatively useless, theme for WordPress. The two files that mattered were the style.css, which allowed the “theme” […]
WordPress Themes .. Introduction

Audience. People with a web development background, or a web development interest, who are either new to WordPress or new to developing for WordPress. This series is based on WordPress 3.3.x. Why an introduction to WordPress themes? Believe it or not it can be a source of some confusion. WordPress, when installed, comes with two themes. The […]