In this part of the WordPress Theme Tutorial I show you all of the HTML that is needed to create a WordPress Theme. When you create a WordPress Theme you basically create a template made up from HTML, CSS and JavaScript and then pull in all of your content using PHP code. You also need a MySQL database of course. Code is Here: goo.gl
April 24th, 2011 at 6:58 am
Great, when I wish all this were available long time ago, would have saved me a lot of time and effort. However, still I can learn a lot.
Thanks a lot!
April 24th, 2011 at 11:30 am
@kalidabod I’m glad you like it
I learned how to create themes by tearing apart other themes and looking up the functions in the wordpress codex. You don’t need to do that now though. I’ll make a bunch of themes, plugins, etc. Step by step. It should be fun
April 25th, 2011 at 1:44 am
Good tutorial! really helpful
April 25th, 2011 at 2:44 am
@idiotrun1997 I’m glad you like it. I’ll go over all of the css in the tutorial I’ll upload tomorrow
May 3rd, 2011 at 3:17 am
Do you always like fixed width 1000px? If not what are your guidelines? We appreciate all you do…
May 3rd, 2011 at 11:32 am
@dbmdbnet Normally. That size is pretty much standard right now