Thursday, March 13, 2008

Showing Selected Categories On WordPress

At last I found a function to show the selected wordpress' categories on all the pages from this link.

<?php query_posts($query_string.'&cat=4'); ?>



More functions can be found here.

No comments:

Post a Comment