How-To Show A Single Category On Your Front Page

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″);
  }
?>

This entry was posted in Code / Computers. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>