Title: 2 widgetized sidebars issue
Last modified: August 19, 2016

---

# 2 widgetized sidebars issue

 *  Resolved [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/2-widgetized-sidebars-issue/)
 * Would anyone know what’s wrong with this?
 *     ```
       if ( function_exists('register_sidebar') ) {
         register_sidebar(array(
                     'name'=>'Left Sidebar',
                     'before_widget' => '',
                     'after_widget' => '',
                     'before_title' => '<h3>',
                     'after_title' => '</h3>',
           ));
         register_sidebar(array('name'=>'Right Sidebar',
                     'before_widget' => '',
                     'after_widget' => '',
                     'before_title' => '<h3>',
                     'after_title' => '</h3>',
           ));
         }
       ```
   
 * My right sidebar will have the `<h3>` tags appear just fine. But the left sidebar,
   they won’t appear at all. Anyone know why that is?

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

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 4 months ago](https://wordpress.org/support/topic/2-widgetized-sidebars-issue/#post-684867)
 * There’s nothing wrong with that code. I use very similar code. Should work just
   fine.
 *  Thread Starter [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/2-widgetized-sidebars-issue/#post-684960)
 * I must be having a bizarre week. It’s totally not working for me. Everything 
   in the left sidebar that *should* have an `<h3>` heading does not – the `<h3>`
   just doesn’t appear at all. Does on the right side, no problem. Hmm…off to do
   more testing to see what’s up. I’ll post back if I figure it out…
 *  Thread Starter [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/2-widgetized-sidebars-issue/#post-684967)
 * Yep! You’re right Otto – thanks for that. I had replaced a standard widget with
   one of my own – that’s what was breaking it. I took it out, and all was hunky-
   dory.

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

The topic ‘2 widgetized sidebars issue’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/2-widgetized-sidebars-issue/#post-684967)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
