July 2, 2009, Category: Wordpress Code
If you're using a static page as your homepage, or using a home.php file to direct users to specific information for your homepage, it can be quite tricky to figure out how to make a domain.com/blog/ page show your latest posts like your index.php would. This will teach you how to easily do that using page templates with a little...
Read More »
March 12, 2009, Category: Wordpress Themes
While Wordpress Theming is fun and exciting; there are some pretty redundant tasks you go through each time when making a theme. Things like setting up the theme files (index.php, sidebar.php, style.css and so on). If you don't want to get your hands dirty with the php and xhtml that is needed when making themes there is a solution. What...
Read More »
March 11, 2009, Category: Wordpress Themes

One of the most useful parts of the Wordpress platform is the ability to make use of "widgets". Widgets are little accessories that will automatically display information in "widgetized" areas of your theme. Some themes come with many widgetized areas, while other themes leave them out all together. Themes that work with widgets...
Read More »