Blix and Widgets
-
I recently installed the widget plugin that allows you to drag and drop widgets into your sidebar. It all works perfectly inside the WP admin, but on the site nothing displays on the sidebar after I’ve dragged a widget to the “sidebar box.” Adding the following code to my sidebar just produces an error:
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
<?php endif; ?>
Is there any way to display certain widgets along with the sidebar info I currently have in sidebar.php?
Thank you for your help. The site I’m talking about is: https://www.bakingandbooks.com
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Blix and Widgets’ is closed to new replies.