Title: Widget Function Help
Last modified: August 19, 2016

---

# Widget Function Help

 *  [bizzy401](https://wordpress.org/support/users/bizzy401/)
 * (@bizzy401)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/widget-function-help/)
 * I am trying to “widgetize” my footer bar. I am using a tutorial I found at [this website](http://help-developer.com/index.php/2008/07/creating-a-widget-ready-footer-in-wordpress/).
   I am using the “Scarlett” theme from web2feel.com. In the tutorial I got everything
   working except the function. It tells me to replace the function there with a
   different one, but the one they want me to replace is different. I am not skilled
   in php at all so any help would be greatly appreciated. The current code in the
   functions.php is
 *     ```
       <?php
       require_once(TEMPLATEPATH . '/controlpanel.php'); 
   
       if ( function_exists('register_sidebars') )
           register_sidebars(2);
   
       		register_sidebar(array('name'=>'Sidebar 3',
       		'before_widget' => '',
       		'after_widget' => '</li></ul></div>',
       		'before_title' => '<div class="sidebar3"><h2>',
       		'after_title' => '</h2><ul><li>',
       	)); 
   
       ?>
       ```
   
 * Thanks for all yor help in advance!

The topic ‘Widget Function Help’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [bizzy401](https://wordpress.org/support/users/bizzy401/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/widget-function-help/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
