widgets don`t display
-
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: (visible only to logged in users)
-
Hi. You have a self-hosted WordPress.ORG blog and are in the wrong forum. Please ask your question on http://wordpress.org/support
You are currently in a WordPress.COM forum and our answers will not apply to your situation (which explains why searching the forum – while commendable – was of no help here). Thanks and I hope you find a solution to your problem soon.
-
- The topic ‘widgets don`t display’ is closed to new replies.