Originally Posted by
tmtu20
really nice site!
is there any chance you could show us how to put the searchbar in the navigation bar?
My hacking is not orchestrated for teaching. It's a mess and spans several php files and styles. Alas, I did not keep notes regarding the process.
But basically, look in header.php
Find the line:
HTML Code:
<?php include_once(TEMPLATEPATH . '/includes/theme-searchbar.php'); ?>
Wherever you put that line in your code, your search box will appear.
You have to style it to fit your particular location.
If you notice, the Crime in Mexico search bar is missing the drop-down category search box - which is another hack and style job. The search button needs to be modified to fit the smaller narrower horizontal bar.