Disclaimer:

This page is still in development. Enjoy what is here or come back later.

One of the problems with WordPress themes is that the navigation and thus the page types are fragmented.

How many different page styles are there? This page attempts to create links to all page types. Thus easier to develop and see application of  CSS.

 

WHAT Example URL Template Files
Home http://variabledisaster.com/ 
  • index.php
    • header.php
    • footer.php
 
Page http://variabledisaster.com/about-this/
  •  page.php
    • header.php
    • footer.php
    • comments.php
 
Post http://variabledisaster.com/2011/12/29/welcome-reboot/
  • single.php
    • header.php
    • footer.php
    • comments.php
 
Author http://variabledisaster.com/author/madcream10/
  • author.php
    • header.php
    • footer.php
    • comments.php
 
Tag http://variabledisaster.com/tag/monday/
  • tag.php
    • header.php
    • footer.php
 
Archive http://variabledisaster.com/2012/01/
  • archive.php
    • header.php
    • footer.php
 
Search http://variabledisaster.com/?s=test
  • search.php
    • header.php
    • footer.php
 
404 http://variabledisaster.com/not-here
  • 404.php
    • header.php
    • footer.php
 
Login http://variabledisaster.com/wp-login.php
  • wp-login.php
 
Lost Password http://variabledisaster.com/wp-login.php?action=lostpassword
  • wp-login.php
 
Post w/Image      
Post w/Table      
Page w/Form      
Page w/Gallery      
Page Modal