Title: Category Banners
Last modified: August 19, 2016

---

# Category Banners

 *  Resolved [ersp](https://wordpress.org/support/users/ersp/)
 * (@ersp)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/category-banners/)
 * Hello there,
    I’m new to this forum. I am trying to add different banners for
   each category. How do I do this?
 * Please note: I don’t have an ‘archive.php’ or ‘category.php’ in my theme.
 * Please tell me step by step instructions on how to add different banners for 
   each category. So far the tutorials from WordPress sections have been very vague.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/category-banners/#post-1291961)
 * what theme are you using?
 * where do you want to put the banner? –
    if in the header region, you could programm
   it into header.php with conditional tags: ` if (is_category (‘2’)) { your banner
   code for cat 2 } elseif (is_category (‘9’)) { your banner code for cat 9 } else{
   code for all other categories } `
 * from [codex](http://codex.wordpress.org/Conditional_Tags):
 * > is_category(‘9’)
   >  When the archive page for Category 9 is being displayed. 
   > is_category(‘Stinky Cheeses’) When the archive page for the Category with Name“
   > Stinky Cheeses” is being displayed. is_category(‘blue-cheese’) When the archive
   > page for the Category with Category Slug “blue-cheese” is being displayed.
 * you could also create a category.php to contain your conditional tags where you
   want to display the banner.

Viewing 1 replies (of 1 total)

The topic ‘Category Banners’ is closed to new replies.

## Tags

 * [banner](https://wordpress.org/support/topic-tag/banner/)
 * [category](https://wordpress.org/support/topic-tag/category/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/category-banners/#post-1291961)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
