Here’s the php code I found, but it doesn’t have exactly what you suggested I find. What exactly do I do?
Thank you for your help!
<div id=”globalnav”>
<div id=”navpocket”>
<ul id=”nav”<?php echo (get_option(‘tbf1_search_header’) == “no”) ? ‘ class=”nav-wide”‘ : ”;?>>
<?php if(get_option(‘tbf1_nav_hide_home’) != ‘yes’) : ?>
<?php wp_list_categories(‘title_li=&depth=4&orderby=name’); ?>
*/?>
<?php //Search box
if(get_option(‘tbf1_search_header’) == “yes” || (isset($_GET[‘preview’]) && isset($_GET[‘template’]))) : ?>
<?php include(TEMPLATEPATH.’/searchform.php’); ?>
<?php endif; ?>
</div>