Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Posts and Categories Re: Posts and Categories

#67836
TheDoc
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.