hi inazuma,
so how did you do it in the end. i have looked at all the posts regarding this question and not found any code that works.
please hit me back as this should be a simple and common thing to want to do with wordpress.
basically it the need to skip listing the categories in the sidebar and go straight to listing a category in a page.
so if you had a page called “beach”, and you wanted to list all the posts that have been made under the category ‘beach’, you could. i assume you need to make a template page called beach.php
and in that page you’d have a few lines of code that gets all the categories and then only looks at the one that you want (ie: cat=3) or whatever, then you display only that category. all the posts in that category are displayed one after the other down the page.
i reckon there should be a plugin for this so you can choose one category from the list of categories you have, and then order the results in whatever order you want them displayed.
i tried ‘list-category-posts’ plugin but it is a widget that lists the categories in the sidebar which is what we are trying to avoid. there is a default widget already for that.
thanks again, hope to hear from you soon