Ok, here's what I want to do:
I want a separate links page that shows ALL categories and ALL links, sorted by name. I also want the main page to show link categories that have links (all others should be hidden), but I want the links that show to be in random order, with a set limit showing.
get_links_list() works great for this, except I can't have BOTH all links showing in one place and some links showing in the other. I've tried get_linksbyname, get_links, and one or two similar options, but I can't find a way to do what I describe above. I'd appreciate any help. Thank you.