Widgetizing my theme makes the sidebar disappear
-
I am trying to update my custom theme to use widgets. I got the functions.php file to work, and I can create a sidebar with the widgets.
But when I try to add the dynamic sidebar code:
<?php if ( !function_exists(‘dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>The entire sidebar disappears.
I’ve tried putting that code in all different parts of the sidebar.php but no luck. It breaks everyplace I put it.
Here’s my sidebar:
http://wordpress.pastebin.ca/1018559
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Widgetizing my theme makes the sidebar disappear’ is closed to new replies.