[Plugin: WP Business Directory Manager] Ordering list Alphabetically
-
Hi,
I am currently running Version 1.9.1 and the directory is listed by published date. Is it possible to have the directory listed alphabetically?
I did find this loop, but it doesn’t work for me.
Replace the loop in you templates with this one (the number 40 can be decreased or increased as per your liking):
….. $posts=query_posts($query_string . ‘&orderby=title&order=asc&showposts=40′);
if (have_posts()) : while (have_posts()) : the_post(); …..Any one had any luck with this?
Thanks in advance
Shanehttp://wordpress.org/extend/plugins/wp-business-directory-manager/
The topic ‘[Plugin: WP Business Directory Manager] Ordering list Alphabetically’ is closed to new replies.