I'm trying to get a header image to display differently on certain category pages. For example, a image of a football player will be displayed on all the posts with the category of football.
This needs to be displayed on archive pages too, so I used the conditional tag
is_category('football')
for example, this worked fine. Though it doesn't show the header image on the actual post page itself. Is there a way I can make this work somehow? Maybe another conditional tag in there somewhere?
Any help would be greatly appreciated.