Hey there JustMagicMaria did you ever get this to work?
I am looking at adding a widget to my header also. Just wondered how to do it, I was trying this: with no luck, I thought I would have a third column in the admin/presentation/widgets page.
<h2>
<?php if ( is_home() ) {
bloginfo('description'); }
else if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Top Sidebar') ) : else :
{
the_category();
} endif;?>
</h2>
Thanx for the feed back, it turned out to be a server problem. I had searched and viewed numerous similar situations here and abroad. Actually needed to reboot my vps and do some house cleaning.
http://www.cameraontheroad.com/?p=591 Just read this tut. It may be of help.