Archive for step details
Can I change the header image per category on a wordpress theme?
Posted by: | Commentswordpress theme Question: Can I change the header image per category on a wordpress theme?
I have a blog that has a lot of different categories to it, and I wanted to make the header image change depending on the category. I’m using a pre-made theme that allows for the header image to change randomly, but there’s no way to be specific about when to change the header image. Does anyone know how to do this?
P.S., if you can find step by step details, I would very much appreciate it.
Best Response:
Answer by thundercats
Would you be able to post the PHP code of that pre-made random header image changer? And if you can post the code that handles the category. You might be able to hard-code it to pick a certain image depending on the category. Something like:
[pseudocode]
if category is computers, use netbook_image.jpg for header
else if category is autos, use ferrari_image.jpg for header
else if category is health, use yoga_image.jpg for header
etc
A step-by-step instructions how to change the look and design of your wordpress website.
