Title: use multiple headers
Last modified: August 18, 2016

---

# use multiple headers

 *  [Nnyan](https://wordpress.org/support/users/nnyan/)
 * (@nnyan)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/use-multiple-headers/)
 * Hello,
 * I remember seeing a post (somewhere) about being able to call a different header
   then the default one but I can’t find it. Anyone know how to do this?

Viewing 1 replies (of 1 total)

 *  [heyrsmith](https://wordpress.org/support/users/heyrsmith/)
 * (@heyrsmith)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/use-multiple-headers/#post-326818)
 * I am guessing that you might want to include a different header for a particular
   category? If so, make a copy of your index.php file, rename it “category-xx.php”(
   where xx is the id of the category) and change
 * `<?php get_header(); ?>`
 * to
 * `<?php include('path-to-your-alternative-header'); ?>`
 * where “path-to-your-alternative-header” is, well, the path to your alternative
   header.
 * There may be other ways to do this, but this one works for me.

Viewing 1 replies (of 1 total)

The topic ‘use multiple headers’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [heyrsmith](https://wordpress.org/support/users/heyrsmith/)
 * Last activity: [20 years, 4 months ago](https://wordpress.org/support/topic/use-multiple-headers/#post-326818)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
