How do I change the order in the menu?
-
I’d like catagories to be the first item in the menu, and move links down, to at least the first spot below catagories. I’ve experimented a little with the code in the template, index.php, without luck. There must be two parts to move.
Here’s what I’ve been looking at:<br>
<div id=”menu”>-
<?php get_links_list(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
<li id=”search”>
<label for=”s”><?php _e(‘Search:’); ?></label>
<form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
</div>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I change the order in the menu?’ is closed to new replies.