Top Rated Page
-
Hello,
I’ve made a Most Viewed Posts page thanks to bdbrown’s help in this post https://www.ads-software.com/support/topic/create-a-page-template
Now I want to make a Top Rated Posts with WP-PostRatings Plugin. I asked for the code I should use instead of the code I am using for most viewed page:
https://www.ads-software.com/support/topic/top-rated-posts-pageSo I made a page template for top rated posts and use this for query:
// set up our custom query arguments $my_query_args = array( 'meta_key' => 'rating_users', 'orderby' => 'meta_value_num', 'order' => 'DESC'
But It doesn’t work. I can’t go further than this. Thank you for help.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Top Rated Page’ is closed to new replies.