WP 3.2, wp_list_bookmarks, orderby=id: not working
-
Hi,
I recently updated to WordPress 3.2. When I did, my list of bookmarks stopped working correctly. They always displayed ordered by id, as I had specified in my PHP code, but now they display by name.
Here’s my code:
<?php wp_list_bookmarks('orderby=id&order=DESC&category=373&categorize=0&title_li=0&limit=10&after=<div id="whitenoise-linkdivider"></div><li>&show_description=1'); ?>
Any idea what’s going on?
I have set orderby to rand. It works, and is an acceptable short-term substitute.
Thanks for your time!
- The topic ‘WP 3.2, wp_list_bookmarks, orderby=id: not working’ is closed to new replies.