• 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/rating-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vova Feldman

    (@svovaf)

    Hey @digitalbets, unfortunately we currently don’t support it.

    Thread Starter digitalbets

    (@digitalbets)

    Do you have plans to implement this, or know of a plugin that does?

    Plugin Author Vova Feldman

    (@svovaf)

    No plans to implement it soon. If you just want to show a page with a top rated items, we have a shortcode that you can use, simply go to the page/post editor, and click on the star icon on your TinyMCE toolbar.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WP_Query integration’ is closed to new replies.