Home › Forums › Back End › Posts and Categories › Re: Posts and Categories
December 8, 2009 at 1:02 pm
#67836
Member
Yes, I would create a new page.
Having said that, you don’t necessarily need to create separate templates for each category. You could create one template called Specific Categories (or whatever) and then code it like this:
If page id = ##, then:
only show posts with cat id = ##
Else if page id = ##, then:
only show posts with cat id = ##
….
Etc etc
Then apply this template to each page that you want to show only one category of posts on.