Home › Forums › Back End › WordPress Category Selected › Re: WordPress Category Selected
September 19, 2009 at 6:12 am
#64406
Member
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 )
is_category( id )
is_category( slug-name )
all work :)