Hi esmi,
Thank you for your suggested code…I tried it but it left me with a completely blank sidebar. It just didn’t see any of the widgets that I had added through the administration panel.
Perhaps there’s something I’ve not yet done that I should to make the sidebar widgets visible?
I created the functions.php file which contains the following:
<?php
if ( function_exists('register_sidebar') )
register_sidebar();
?>
And you know what your code looks like.
I added 4 widgets: a shopping cart, a subscribe2 widget, statpress topposts, and a tag cloud.
What could be missing?
Rafael