Hi I would like to add an image at the top of each of the different category pages of my blog, e.g Recycling, Environment, etc. I would like to have a different image for each category, and for the image to be displayed at the top of the page, just before the various posts. http://www.recyclingsupermarket.com/category/environment/ Can anybody explain how this is done, or provide any relevant links that may be of use? Many Thanks
If you're using wordpress, it looks like you can set up separate template php files for each category and add in each image you want to use. I can't post links yet but if you google "wordpress category templates" the first entry from the Wordpress codex should be able to help. Hope this is what you're looking for...
How large do the images have to be? If they are just icons, the Category Icons plugin might be useful. If you know how to edit template files, you can use Category Templates. Just copy the existing category.php file and rename it to category-recycling.php, or whatever the slug for that is. Then, open it up and add the image.