Author Archive

Creating A Blog Page That Works With Home.php

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 »

Wordpress Starter Themes

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 »

How To Make Your Theme Widget Ready

March 11, 2009, Category: Wordpress Themes

widgetsOne 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 »