Forums
Forums / Plugins / No widget options
(@anarchy756)
19 years, 10 months ago
My sidebar.php looks like this, but there are no widget options in the theme panel. What am I doing wrong?
(@mutube)
According to this page you need to add the following code…
<?php if ( function_exists('register_sidebar') ) register_sidebar(); ?>
…into the functions.php in your theme directory.
Hope that helps,
The topic ‘No widget options’ is closed to new replies.