Tag Archives: php

Creating a WordPress Theme

In this tutorial I show how to successfully create a wordpress theme from scratch. I go over the use of wordpress conditional tags, how to use them and where to use them. I also demonstrate how to display wordpress sidebars and how to use them. The code will be available on my blog: ryanconn.com

Coding a WordPress Theme from HTML / CSS in 26 Minutes

In this video I demonstrate the first steps of coding a WordPress theme from HTML / CSS. I also show how you can speed up the process by using Dreamweaver snippets. To create the basic foundation of this theme only took me 26 Minutes. Second video will cover more advanced development

Developing Themes For WordPress: Part 2

In the last video, I began the series in which I’m creating the complete WordPress theme that is to used on my personal site. During that first installment, we set up the basic structure of files that will generate markup but also setup some foundation styles. Today we continue the design process with part 2. Within that, we expand on CSS rules that we’ve also created and also begin outputting data from the comment system among other things. Website: www.tom-rogers.com