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>