hello!
i have a problem with the widgets on my site. for any reason they are not displayed. i integrated some of them to the sidebar on the widget site and saved them but still they won`t display. also i cecked if my theme is widgetizable. seems all fine.
the header of my functions.php
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '',
'before_title' => '<h2 class="widgettitle">',
'after_title' => '</h2>',
));
the sidebar.php
<div id="sidebar">
-
<?php /* Widgetized sidebar, if you have the plugin installed.*/
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
any help really, really apreciated as i am a real newbie with wordpress!
ps: did some search in this forum and could not find any helping post..
The blog I need help with is wpbuilder.wordpress.com.