Help putting search function in header
-
Hello –
I would like to free up space in my sidebar of my blog (reverse-mortgage-information.org) by moving the seach function to the far right of the header (hopefully on the same line as the header or tagline without increasing header width).
I’ve tried inserting ‘<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>’ at various places in the code below and also through “admin/options” but without luck. (My PHP/CSS skills are well below novice level.) I also searched on the forum, but did not find anything.
‘<div id=”header”><h1>/”><?php bloginfo(‘name’); ?></h1>
<p class=”tagline”><?php bloginfo(‘description’); ?>’Can anyone help me with this? Or is it not doable for some reason?
Thanks
The topic ‘Help putting search function in header’ is closed to new replies.