• Resolved digitalbets

    (@digitalbets)


    Question.
    Does this plugin have a way that I can integrate the rank into a WP_Query?
    Like; if i want to show all posts in order from highest ranked to lowest within my query.
    Currently I use:
    array(
    ‘posts_per_page’ => 7,
    ‘post_status’ => ‘publish’,
    ‘meta_key’ => ‘rating’,
    ‘orderby’ => ‘meta_value_num’,
    ‘order’ => ‘DESC’,

    I would have to replace the meta key with something from this plugin.

    https://wordpress.org/plugins/gd-rating-system/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WP_Query integration’ is closed to new replies.