Order links by name
-
I use this code to show three different categories of links on http://www.janelovestarzan.com
The code for “Webring” links;
<?php get_links(3, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>The links under “webring” should be ordered by name, but there are some inconsistencies, like a link starting with M in the beginning of the list where the links should only start with B. I noticed the M link has an URL beginning with B though.
Does someone know the explanation to this? Maybe the ordering doesn’t quite work like I thought it did?
Thanks a bunch!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Order links by name’ is closed to new replies.