Title: Changing Sidebar
Last modified: August 19, 2016

---

# Changing Sidebar

 *  [hbastiaan](https://wordpress.org/support/users/hbastiaan/)
 * (@hbastiaan)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/changing-sidebar-1/)
 * my wordpress website starts with an static page.
    On that static page (intro)
   i have a sidebar with: 1. Search 2. Latest News 3. Links 4. Meta
 * On other pages i want the have another sidebar with
    1. Search 2. Pages 3. Links
   4. Meta
 * I use the theme Mandigo.
 * Can i choose at making an new page for another sidebar?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/changing-sidebar-1/#post-883584)
 * in sidebar.php, add some code
 * if (is_front_page() {
 * … code to display your home page sidebar
 * } else {
 * … code to display the other pages sidebar
 * }
 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/changing-sidebar-1/#post-883585)
 * OOPS – code should be
 * <?php if ( is_front_page() ) {
 * … code to display your home page sidebar
 * } else {
 * … code to display the other pages sidebar
 * } ?>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing Sidebar’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/changing-sidebar-1/#post-883585)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
