I want to have a page that has a description at the top, and then all of the posts in a certain category underneath that description.
If I go into the HTML in the editor and paste this code under my description,
<?php query_posts('category_name=Staff Home'); ?>
I know I can use the category templates to show all the posts in a certain category by using this
http://website.com/?cat=3
but how can I have a description that always stays above the posts (only for one category, not all)?