Forums

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

Home Forums Back End [Solved] Pages or Categories? Re: [Solved] Pages or Categories?

#71621
TheDoc
Member

In its most simplest form:

1. He creates a template called "freebies.php"

2. In that template he has a loop running to only show posts that have a category of "freebies"

3. In the WP backend he creates a new page called "Freebies" and in the right sidebar selects the Freebies template that he created in step #1

Now when you click on the Freebies page it will list all posts that have a category of "freebies", but it is not a category page (ie, not using category.php or archive.php).

Does that make sense?