I'm trying to get my categories to list in this category order 12,13,14 and randomize the listinging, but they come out 14,13,12 and randomize the listings.
php wp_list_bookmarks('category=12,13,14&orderby=rand' );
I'm trying to get my categories to list in this category order 12,13,14 and randomize the listinging, but they come out 14,13,12 and randomize the listings.
php wp_list_bookmarks('category=12,13,14&orderby=rand' );
Well thanks for the pointer, but the page is so full of programmer nomenclature that the casual user doesn't have a chance. I did figure out a solution to my problem just by tinkering...
<?php wp_list_bookmarks('category_orderby=name&orderby=rand' ); ?>
This topic has been closed to new replies.