View Single Post
Old 2008-05-26, 12:45 AM   #5
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by Preacher View Post
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.
RedCherry is offline   Reply With Quote