Archive for the ‘Tips’ Category

WordPress Conditional Tags

Sunday, June 14th, 2009

If you are looking for a great resource on conditional tags for WordPress, check out this reference post at wordpress docs. I found it very useful in minimizing the amount of templates you need to create, by instead using conditional tags to show alternate content.

Global Variables and the WordPress Loop

Saturday, May 30th, 2009

I found a great article on how to do custom queries using the WordPress Loop, which really open up the possibilities. When creating custom loops, you can not only build a very versatile blog - but also use WordPress as a CMS.

Define your own WordPress Loop using WP Query