Title: Static pages and sidebars
Last modified: August 18, 2016

---

# Static pages and sidebars

 *  [dragonfey57](https://wordpress.org/support/users/dragonfey57/)
 * (@dragonfey57)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/static-pages-and-sidebars/)
 * Is there a way to use a different sidebar on a static page?
 * And is there a way to use a different sidebar for EACH static page?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/static-pages-and-sidebars/#post-339971)
 * Take a look at the [is_page Conditional Tag](http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page)
   and use that in your `sidebar.php`.
 * Something like:
    ` ?php if ( is_page() ) { ?> // place your code here <?php }?
   >

Viewing 1 replies (of 1 total)

The topic ‘Static pages and sidebars’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/static-pages-and-sidebars/#post-339971)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
