Title: dynamic sidebar
Last modified: August 19, 2016

---

# dynamic sidebar

 *  [sasa2209](https://wordpress.org/support/users/sasa2209/)
 * (@sasa2209)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/dynamic-sidebar-2/)
 * Hi, I am using WordPress 3.0 with default theme. I have a problem with sidebar.
   I want to apply Nextgen Slideshow widget on it and it doesn`t work. I have another
   sidebar made dynamic on another page and it works fine. I used same code line
   to call a sidebar on my home page except of the sidebar name and it doesn´t work.
   Is there something that I am not aware of. If someone would like to help me, 
   I can send complete theme I am working on.
 * Thanks.

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

 *  [threestyler](https://wordpress.org/support/users/threestyler/)
 * (@threestyler)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/dynamic-sidebar-2/#post-1581782)
 * What’s the website? and what is the code you used to call the sidebar?
 *  Thread Starter [sasa2209](https://wordpress.org/support/users/sasa2209/)
 * (@sasa2209)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/dynamic-sidebar-2/#post-1581821)
 * Here is the code:
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(
   sidebar_onama) ) : ?>.
 *  [threestyler](https://wordpress.org/support/users/threestyler/)
 * (@threestyler)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/dynamic-sidebar-2/#post-1581838)
 * You need to register the custom sidebar in the functions.php file as well.
 *     ```
       if ( function_exists('register_sidebar') )
       register_sidebar(array(
       'name' => 'sidebar_onama',
       'before_widget' => '',
       'after_widget' => '',
       'before_title' => '<h2>',
       'after_title' => '</h2>',
       ));
       ```
   
 *  Thread Starter [sasa2209](https://wordpress.org/support/users/sasa2209/)
 * (@sasa2209)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/dynamic-sidebar-2/#post-1581930)
 * Still not working.

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

The topic ‘dynamic sidebar’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [sasa2209](https://wordpress.org/support/users/sasa2209/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/dynamic-sidebar-2/#post-1581930)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
