Hey,
I have made a theme. I would like to add a banner to the category page but I want it different for each category. Can someone share some code which tells the page to search in a folder for something like "images/category-changeablename"
Thanks
Hey,
I have made a theme. I would like to add a banner to the category page but I want it different for each category. Can someone share some code which tells the page to search in a folder for something like "images/category-changeablename"
Thanks
In your template file you could add a div which dynamically calls the category name, then in your css file, set the image based on the div name.
Thanks jrav001, but how can I do this. Can you share some code for both the css file and the category php file please.
Hmmm....on second thought, this would most likely be the best way to accomplish your goal:
http://codex.wordpress.org/Category_Templates
You must log in to post.