This will involve two file changes.
/wp-content/themes/mytheme/functions.php
/wp-content/themes/mytheme/sidebar.php
Add this to functions.php at the bottom
if (function_exists('register_sidebar'))
register_sidebar();
and then add this to sidebar.php











