How To Create WordPress Themes From Scratch
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:
- Structuring, Designing in Photoshop.
- Slicing and Coding.
- WordPress Implementation.
- header.php
- sidebar.php
- about.php - a custom file for the about section in the sidebar.
- footer.php
- index.php
- featured-post.php - a custom file for the featured posts.
- page.php
- single.php
- comments.php
- archives.php, links.php
- search.php, searchform.php
- function.php
- image.php
Comments