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.