Customizable post listing plugin – sort order not working
-
I can’t get the sort order to work for either of the functions c2c_get_random_posts or c2c_get_recent_posts.
I have used the post excerpt field and would like to display 20 random post excerpts in the archives page.
What I managed to get is a display of post excerpts in ascending order using
<?php c2c_get_random_posts(20,'%post_excerpt%','','desc'); ?>
I can’t change the display order, and I can’t get it to show randomly.
I don’t know what I’m doing wrong, have tried all variations of the function, still can’t get it to work. Have searched the forums & documentation, but found no posts on what I’m stuck at. Please help!
Using latest plugin file v.3.0.1, WP 2.5.1
- The topic ‘Customizable post listing plugin – sort order not working’ is closed to new replies.