show also none rated items
-
i use this code:
<?php query_posts( array( 'meta_key' => 'ratings_average', 'orderby' => 'meta_value_num', 'order' => 'DESC' ) ); ?>for some reason its choose only rated items i want the unrated items to be last anyway doing it?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘show also none rated items’ is closed to new replies.