Title: Sidebars not working
Last modified: August 19, 2016

---

# Sidebars not working

 *  [tuppencetaylor](https://wordpress.org/support/users/tuppencetaylor/)
 * (@tuppencetaylor)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/sidebars-not-working-1/)
 * Does anyone else get the error on page messages and the missing side bar 2 since
   wp 2.9.1? Not sure if its the theme or my browser.
 * Thanks
 * Craig

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

 *  [kz](https://wordpress.org/support/users/kz/)
 * (@kz)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/sidebars-not-working-1/#post-1366155)
 * functions.php
 *     ```
       if ( function_exists('register_sidebar') )
         register_sidebars(2, array(
           'before_widget' => '<li id="%1$s" class="widget %2$s">',
           'after_widget' => '</li>',
           'before_title' => '',
           'after_title' => '',
         ));
       ```
   
 * For side bar #1:
    `<?php get_sidebar(1); ?>`
 * For side bar #2:
    `<?php get_sidebar(2); ?>`
 *  [king22](https://wordpress.org/support/users/king22/)
 * (@king22)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/sidebars-not-working-1/#post-1366159)
 * Thanks Kz for the information. I needed it badly.

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

The topic ‘Sidebars not working’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [king22](https://wordpress.org/support/users/king22/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/sidebars-not-working-1/#post-1366159)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
