• Resolved szury

    (@szury)


    My template has <h2> tags in the sidebar titles. I want to remove that h2 tag.

    I opened sidebar.php and found only this:

    <div id="sidebar">
            <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>
    		<li id="search" class="widget"><?php include (TEMPLATEPATH . '/searchform.php'); ?>
    		<?php endif; ?>
    
    </div>

    I searched every template file for the <h2> tag but couldn’t find any.

    Can somebody help me?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to edit dynamic sidebar?’ is closed to new replies.