Learn how to build custom wordpress themes with this tutorial series!
…
continue reading
In this episode we go over how to integrate the comments form and list into your theme.
…
continue reading
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.
…
continue reading
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.
…
continue reading
Wordpress Tutorial on how to widgetize a Sidebar
…
continue reading
In this episode we go back and rework the dynamic menu we created in prior episodes.
…
continue reading
In episode 7 we wrap up our custom theme by using some conditional if statements and setting our frontpage to a static page.
…
continue reading
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.
…
continue reading
In this episode we learn how to use the wp_list_pages() function to create a dynamically generated menu for a Wordpress theme.
…
continue reading
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
…
continue reading
In this eipisode we learn our first php funtion calls or wordpress hooks and use them to piece our template back together
…
continue reading
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
…
continue reading
Blog Breaking is a tutorial show all about creating custom wordpress themes. In This episode we'll be installing wordpress onto your local machine.
…
continue reading