Title: TYPEBASED 2ND SIDEBAR PROBLEM
Last modified: August 19, 2016

---

# TYPEBASED 2ND SIDEBAR PROBLEM

 *  [wioym](https://wordpress.org/support/users/wioym/)
 * (@wioym)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/typebased-2nd-sidebar-problem/)
 * Hey there guys,
    I’m pretty new with php but with this TYPEBASED theme from woothemes,
   I can add a 2nd SIDEBAR, but for some reason it doesn’t link the right style 
   for it ( class & Id styles ).. Whatever widget i put on the 2nd sidebar shows
   up but the style isn’t being called out and I’m pretty sure it has something 
   to do with the sidebar-init.php that I don’t seem to understand lol.
 * > <?php
   > // Register widgetized areas
   > function the_widgets_init() {
   >  if ( !function_exists(‘register_sidebars’) )
   > return;
   >  register_sidebar(array(‘name’ => ‘Sidebar’,’id’ => ‘sidebar-1′,’before_widget’
   > => ‘<div id=”%1$s” class=”block widget %2$s”>’,’after_widget’ => ‘</div>’,’
   > before_title’ => ‘<h2>’,’after_title’ => ‘</h2>’));
   > }
   > add_action( ‘init’, ‘the_widgets_init’ );
   > ?>
 * that’s what it says.. anyway is there anybody can help me with this? I just want
   to be able to make a 2nd sidebar with the same styles and classes so I can have
   different widgets on the homepage and the other pages..
 * Thanks in advance guys!!

The topic ‘TYPEBASED 2ND SIDEBAR PROBLEM’ is closed to new replies.

## Tags

 * [Typebased](https://wordpress.org/support/topic-tag/typebased/)
 * [WooThemes](https://wordpress.org/support/topic-tag/woothemes/)

 * In: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
 * 0 replies
 * 1 participant
 * Last reply from: [wioym](https://wordpress.org/support/users/wioym/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/typebased-2nd-sidebar-problem/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
