on Jul 29th, 2008How To Create WordPress Themes From Scratch

wordpresstutorial I stumbled around and came to this REALLY good tutorial in three parts for creating a WordPress theme. Very well written, deep and easy to follow.

I’ll be trying to follow this for my own designs since I’m working on a few websites now and really want to do everything from scratch, not use a pre-made template and modify it for my own use.

Anyway, here is the link to this theme. Again, it’s well written and everything. I’m impressed.

http://themetation.com/how-to-create-wordpress-themes-from-scratch-part-1/

 

I’m going to show you how to create a wordpress theme from scratch in these 3 parts of tutorial series. I will cover from Structuring, designing in Photoshop, slicing, coding into fully css based html, and finally wordpress implementation.

Below is the index of the topics that we will go through:

  1. Structuring, Designing in Photoshop.
  2. Slicing and Coding.
  3. WordPress Implementation.
    1. header.php
    2. sidebar.php
    3. about.php - a custom file for the about section in the sidebar.
    4. footer.php
    5. index.php
    6. featured-post.php - a custom file for the featured posts.
    7. page.php
    8. single.php
    9. comments.php
    10. archives.php, links.php
    11. search.php, searchform.php
    12. function.php
    13. image.php

Share/Save/Bookmark

3 Responses to “How To Create WordPress Themes From Scratch”

  1. Social Marketing (2 comments)on 30 Jul 2008 at 9:35 am

    Tad, is there a basic WordPress code base that you suggest starting with that has up to date code, works well with WP 2.6 and has a sidebar on all pages?

    I originally built my theme form the default that came with my 2.1 years ago and I am wondering how antique that WP code base is if I ever decide to update to 2.6+ in the future.

    Any advice here will be valued. - Chris Lang

  2. Tadd (104 comments)on 30 Jul 2008 at 4:16 pm

    Hey Chris,

    The best idea is to go to:
    http://codex.wordpress.org/Theme_Development and look through there. I don’t know any 2.6+ tags but I think generally they are all still in effect.

    Also, tryhttp://codex.wordpress.org/Template_Tags

  3. Steve (1 comments)on 25 Aug 2008 at 2:23 am

    Good ideas. Adviced to friends

Trackback URI | Comments RSS

Leave a Reply