Wordpress link order in column.
I am working with WP 2.7... it has the feature to set a number for ordering... did that. Works great in the header of the theme, but in the column it does not work. I took a look at the code for the header and I see it using a command to order them, but the column code is a lot more vague and the ordering there must be hidden in the backend.
Site:
Coin Shows Illinois; Gold & Silver Bullion, Collectibles, Antiques Auctions; Flea Markets Ill
Theme:
New Dirt Blog
Theme Download:
New Dirt Designs - Wordpress Themes
I found a plug-in that looks like it might help, but that seems like overkill... for something that should be fairly simple once I know where to look.
Can someone provide me map?

Thanks,
Michael
Sidebar Code:
<!-- begin l_sidebar -->
<div id="l_sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<li>
<h2>Categories</h2>
<ul>
<?php wp_list_categories('sort_column=name&title_li='); ?>
</ul>
</li>
<li>
<h2>Archives</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li>
<h2>Links</h2>
<ul>
<?php get_links(-1, '<li>', '</li>', ' - '); ?>
</ul>
</li>
<li>
<h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://www.wordpress.org/">WordPress</a></li>
<?php wp_meta(); ?>
<li><a href="http://validator.w3.org/check?uri=referer">XHTML</a></li>
</ul>
</li>
<?php endif; ?>
</ul>
</div>
<!-- end l_sidebar -->
Life: Nature's way of keeping meat fresh
Getting old ain't for sissy's
As you are I was, as I am you will be
You can't fix stupid, but you can always out smart it.
$47/month
Larry Perry
innovedia
www.innovedia.net