Bliss
Coconut Bliss – non-dairy frozen dessert.
Do you really want to know?
Coconut Bliss – non-dairy frozen dessert.
Sometimes life is just so very simple. I was loooking over that link and came accross this tiny bit of code that will allow you to display a single category on your front page. So easy… so sweet =) <?php if (is_home()) { query_posts(“cat=1”); } ?>
A client requested that their entire site be password protected. I thought I could easily use .htaccess but found out that life with WordPress is a bit more difficult. Fortunately, the WordPress developmnt community is robust and found this pluging along with this nice update to make it work with WordPress 2.5+. Yeah!
How-To create templates for individual posts using WordPress I simply adore stuff like this. While it took me 15 or 20 minutes to figure out what they were talking about, once I did it was both elegant and easy to replicate. Open Source Rocks! The Problem WordPress allows you to easily create templates for “Pages” … Read more