To make your theme widget ready, follow these instructions:
In your functions.php file ( Please Note: If you don't have a functions.php file you will need to create one ), add the following code:
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h2>',
'after_title' => '</h2>',
));
?>
Then in your sidebar.php file, add the following code:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
The sidebar stuff goes in between, and then…
<?php endif; ?>
Begin a chat with me on skype again if you need further assistance. Very best regards,
Richard