My sidebar.php looks like this, but there are no widget options in the theme panel. What am I doing wrong?
My sidebar.php looks like this, but there are no widget options in the theme panel. What am I doing wrong?
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,
This topic has been closed to new replies.