Forums

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

Home Forums Back End WordPress Category Selected Re: WordPress Category Selected

#64406
Quote:
so i have to have a custom page template for every category?

not particularly !

as long as you open your body tag in the header include you can add if () cases for almost any page type.

Code:
is_category()
is_category( id )
is_category( slug-name )

all work :)