I would like to have a page where i can put up page content and also a list of all the posts made in this category.
Is this possible?
I am sure there is a clever way of doing this with queries but just cant get it to work. I can do a 'page of posts' as described here http://codex.wordpress.org/Pages#A_Page_of_Posts and insert content by adding in <?php the_content(); ?> but would like to do the same thing picking out posts from certain categories
any thoughts?