Top Rated Posts Page
-
Hello everyone,
I want to create a Top rated posts page. I have this page template code: https://pastebin.com/JsJ4myBM I am using this for most viewed posts page with WP-PostViewes plugin. There is this code in the page template for views:
// set up our custom query arguments $my_query_args = array( 'meta_key' => 'views', 'orderby' => 'meta_value_num', 'order' => 'DESC' );
What should I paste there for Top rated? I tried “rating,ratings” as meta key but doesn’t work. Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Top Rated Posts Page’ is closed to new replies.