I'm looking for a way to separate posts made in a certain category to be shown in a different page. And, I'm looking to not show these posts on the main page. Is this possible?
For example, I'm looking to segregate posts filed under the 'Art' category into the 'Art' page. I could probably link the page to the category link (http://mysite/category/art/) but that just produces the summary of the posts, not their entirety. Also, this doesn't prevent them from showing up on the main page.
Anyone know of the PHP code to do this?