wp_list_bookmarks won’t sort properly
-
I’m trying to use category_orderby and orderby parameters for wp_list_bookmarks in my sidebar, but it doesn’t respond when I change it.
Here’s the relevant code from the sidebar.php file:
<?php wp_list_bookmarks('category_orderby=slug&orderby=slug'); ?>
I put a letter (a,b,c,d) in the front of each slug to sort properly. The list still sorts by name.
Here’s the link for the blog: https://wsm.wsu.edu/discovery
Any ideas why it’s not sorting properly?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘wp_list_bookmarks won’t sort properly’ is closed to new replies.