You guys are great for posting this. It’s exactly what i was looking for. 🙂
not sure exactly what you need but this is the code that I use to display a specify category (the # 29 is my category number) of my links in Name order (see where it says name).
<?php get_links(29, '<li>', '</li>', '', TRUE, 'name', FALSE); ?>
Hope that helps. I am using WP 2.5 and I edited this on the sidebar.php file.
I too would like to know how to do this. Anyone out there who can help?
I too would be interested in doing this. Any ideas or help out there?