• Hi

    I have the widgets plugin installed and I was wondering how to get rid of the e.g. “Pages” for the sidebar blocks.

    I tried setting:

    <?php
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘before_widget’ => ”,
    ‘after_widget’ => ”,
    ‘before_title’ => ‘<div style=”display: none;>’,
    ‘after_title’ => ‘</div>’,
    ));
    ?>

    But that’s iffy.

Viewing 1 replies (of 1 total)
  • Check your style.css for your theme. Mine has an entry for div#sidebar ul h2 {

    If I put diplay: none; in there the titles go bye-bye. However, I’m using a simple theme with a white background so YMMV.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove widget title’ is closed to new replies.