Hi there,
I just want to say I'm so thankful for ThemeShaper. This theme design and instruction is the only site using WordPress that makes any sense to me. THANK YOU!
I understand that there is a primary and secondary widget area for the side bar. I'd like to have my search form stuck to the top, just under the menu bar. But I feel that is separate from where my widgets should be so naturally I want to create another DIV or widget area just for the search bar.
Here's my site in progress for reference:
http://axiom-media.com/work/fdb/
I imagine that it's possible, but even with:
<?php wp_page_menu('sort_column=menu_order') ?>
or
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
<div><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
I'm just planting code to trigger functions. I have no idea how to refer to the <?php yadda yadda?> with CSS. So far I've just inserted < a > and <img> tags in the page.php and edit the CSS. However, this whole widget thought is a bit tricky.
Would anybody please mind telling me what I'm supposed to do? I understand if nobody responds. I don't get any responses at WordPress.org. I'm just looking to place the search bar up in the far top right-hand corner of the page, but I need it in a div to connect it to a style class.
Thanks for your time.