n/m–found the documentation I was needing…
<?php wp_get_linksbyname(‘BlogRoll’,’orderby=name’); ?>
…thanks! 😀
Thanks for the tips on this template…I am having some technical difficulties with getting the links to work following the link tag documentation. I’m thinking I need to use the get_linksbyname() tag, because i am wanting to show my links in an alphabetical order in the sidebar. I also think I have a handle on writing the correct parameters, but I am not sure exactly where or how to write it in the links page or even if that is where it is supposed to go. Any assistance would be greatly appreciated.