Quote:
Originally Posted by Preacher
When I want something in a different location, like in the header, it's easy just to copy that snippet of code out of the body or footer and paste it into the header.
|
Is there a way to get a widget in the header? Right now I have my tag cloud in my sidebar, but i'd love to have it across the top , just below the header, above the posts and sidebar.
I tried just copying
Code:
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(1) ) : ?>
up into the header, and that didn't seem to do it. I'm using the tag cloud that comes with the standard word press.
Can't believe I just started playing with wordpress today, and already I'm trying to hack it, lol.