Adding a seach bar to your WordPress blog without using a widget
Sometimes you want to add a search bar but not as any widget. I found this on the WordPress Forum. I used it, it worked like a charm. Thought I'd pass it along. Put this in the php file where you want your search bar to go: <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div><input type="text" [...]