Category Archives: Tutorials
WordPress Functions File Tutorial with Child Theme
Part One When building a theme the functions.php file can enhance your theme’s features and in some cases performance. There are many tutorials that give you snippets of code to use but it’s up to you to figure out how … Continue reading
Styling the Twenty Ten Child Theme
In the previous lesson we covered the general WordPress directory structure, created the required folder and files and pasted in the minimum code in the “style.css” file to define the theme in the admin section. In this lesson we will … Continue reading
How to make a WordPress Twentyten Child Theme
There are many tutorials on the Internet which address aspects of child theme development; however, many are based on other frameworks instead of the default “Twenty Ten”. “Twenty Ten” is the newest default theme which comes with WordPress 3.x. The … Continue reading