Order wp_list_bookmarks by post date
-
Hi all – I’m trying to order my links list by post date, but it just keeps showing alphabetically. The code I’m using –
<?php wp_list_bookmarks('title_li=&category=30&show_updated=1&categorize=0'); ?>
Any ideas?
Also, when I add something into the arguments, like
<?php wp_list_bookmarks('title_li=&category=30&orderby=date&order=ASC&show_updated=1&categorize=0'); ?>
nothing will show up on my sidebar. I’d love some help. Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Order wp_list_bookmarks by post date’ is closed to new replies.