use Sort Highest/Lowest Rated Posts in custom page template
-
Hi all
how to use this
<<
To Sort Highest/Lowest Rated PostsYou can use: <?php query_posts( array( ‘meta_key’ => ‘ratings_average’, ‘orderby’ => ‘meta_value_num’, ‘order’ => ‘DESC’ ) ); ?>
Or pass in the variables to the URL: https://yoursite.com/?r_sortby=highest_rated&r_orderby=desc
>>
on my custom page template?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘use Sort Highest/Lowest Rated Posts in custom page template’ is closed to new replies.