Blog Breaking - Wordpress Theme Tutorials: Recent Episodes

Ryan Esaki

Learn how to build custom wordpress themes with this tutorial series!

View Details

In this episode we go over how to integrate the comments form and list into your theme.

View Details

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.

View Details

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.

View Details

Wordpress Tutorial on how to widgetize a Sidebar

View Details

In this episode we go back and rework the dynamic menu we created in prior episodes.

View Details

In episode 7 we wrap up our custom theme by using some conditional if statements and setting our frontpage to a static page.

View Details

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.

View Details

In this episode we learn how to use the wp_list_pages() function to create a dynamically generated menu for a Wordpress theme.

View Details

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

View Details

In this eipisode we learn our first php funtion calls or wordpress hooks and use them to piece our template back together

View Details

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

View Details

Blog Breaking is a tutorial show all about creating custom wordpress themes. In This episode we'll be installing wordpress onto your local machine.