edleake
Member
Posted 2 years ago #
Hello again. :)
I'm looking to create a new page and have on that page one particular category only in list form linking to each post in that category.
In addition above this list I'd also like the standard editable area of the page at the top (accessible in the normal way through the edit page on the dashboard).
Does that make sense?
There's a plugin that will let you do this without creating a template :)
http://wordpress.org/extend/plugins/list-category-posts/
Or if you want to, create a template for that page, and use query_posts on a second loop to create your list of posts from a category:
http://codex.wordpress.org/Template_Tags/query_posts