In this episode we breakdown an html template into 4 files, index.php, header.php, footer.php and sidebar.php Download the template files here http://www.blogbreaking.com/files/blogbreakings1site.zip
In this episode we continue our work converting a html template into a wordpress theme. We'll learn about the bloginfo() function call and finish up the majority of our header.php file
In this episode we code up a very simple version of the Wordpress Loop. The Loop is the snippet of code that powers the entire wordpress theme and allows us to pull out content from the database.
In this episode we start the process of creating a news section for a custom wordpress theme. We will be tweaking the existing blog functionality in Wordpress to suite our needs.
In this episode we continue our work creating a news section for a custom theme by creating multiple widgetized sidebars and set up a conditional if statement to control which pages display which sidebar.