Remove widget title
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Remove widget title’ is closed to new replies.