No Sidebars Defined
August 23rd, 2008 — adminThis should work. In sidebar.php, add this just after the first < ul > :
Add this just before the last < /ul > :
Now create a new, blank page in your editor and save it as functions.php . Place this on the new functions.php page:
if ( function_exists('register_sidebar') )
register_sidebar();
?>
Upload functions.php and sidebar.php to the theme folder. Your sidebar should now be widgetized.