Title: Multiple Widget Sections in a Theme
Last modified: August 19, 2016

---

# Multiple Widget Sections in a Theme

 *  Resolved [triplemoons](https://wordpress.org/support/users/triplemoons/)
 * (@triplemoons)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/multiple-widget-sections-in-a-theme/)
 * So I’ve successfully implemented two widget sections in a theme, but a third 
   does not seem to be working? I can’t seem to drag & drop a widget into the third
   section I created and I can only assume it’s something I did wrong in the php.
 * My functions.php file looks like this…
 *     ```
       <?php
       if ( function_exists('register_sidebar') )
       register_sidebar(array('name'=>'Available',
       ));
       ?>
   
       <?php
       if ( function_exists('register_sidebar') )
       register_sidebar(array('name'=>'Recent Photos',
       ));
       ?>
   
       <?php
       if ( function_exists('register_sidebar') )
       register_sidebar(array('name'=>'Shows',
       ));
       ?>
       ```
   
 * Here is the theme I’m working on…
 * [http://jntreptiles.com/terms/](http://jntreptiles.com/terms/)
    (my problem is
   with the “Shows” section)

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

 *  Thread Starter [triplemoons](https://wordpress.org/support/users/triplemoons/)
 * (@triplemoons)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/multiple-widget-sections-in-a-theme/#post-1311778)
 * <bump>
 * This dropped down _really_ quick!
 *  Thread Starter [triplemoons](https://wordpress.org/support/users/triplemoons/)
 * (@triplemoons)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/multiple-widget-sections-in-a-theme/#post-1311906)
 * Disregard. The problem was with a busted plugin I was trying to use.

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

The topic ‘Multiple Widget Sections in a Theme’ is closed to new replies.

## Tags

 * [multiple widgets](https://wordpress.org/support/topic-tag/multiple-widgets/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 1 participant
 * Last reply from: [triplemoons](https://wordpress.org/support/users/triplemoons/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/multiple-widget-sections-in-a-theme/#post-1311906)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
