Title: Exclude Header from Widgetized Side Bar
Last modified: August 19, 2016

---

# Exclude Header from Widgetized Side Bar

 *  [buildakicker](https://wordpress.org/support/users/buildakicker/)
 * (@buildakicker)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/exclude-header-from-widgetized-side-bar/)
 * Hell all,
 * I have a simple side bar that is widgetized, however, I would like to Exclude
   the Header from my Calendar. Right now I have this in my Functions.php:
 *     ```
       <?php
       if ( function_exists('register_sidebar') )
       	register_sidebar(array(
               'before_widget' => '<li id="%1$s" class="widget %2$s">',
               'after_widget' => '</li>',
               'before_title' => '<h2>',
               'after_title' => '</h2>',
           ));
   
       ?>
       ```
   
 * What do I need to do in ‘before_title’ ‘after_title’ to exclude a H2 on a certain
   widget? I’d like to do it on the calendar.
 * Thanks!

The topic ‘Exclude Header from Widgetized Side Bar’ is closed to new replies.

## Tags

 * [calendar](https://wordpress.org/support/topic-tag/calendar/)
 * [exclude](https://wordpress.org/support/topic-tag/exclude/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [Side-Bar](https://wordpress.org/support/topic-tag/side-bar/)
 * [widgetize](https://wordpress.org/support/topic-tag/widgetize/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 0 replies
 * 1 participant
 * Last reply from: [buildakicker](https://wordpress.org/support/users/buildakicker/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/exclude-header-from-widgetized-side-bar/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
