• Hi, thanks for this great plugin!

    I am trying to display the 5 most voted bbpress replies on a text widget but using the short code isn’t working for me. I used the alternative snippet to print the buttons only on topic replies. Any advice on how to pull the 5 most voted replies? Appreciate it.

    https://wordpress.org/plugins/thumbs-rating/

Viewing 1 replies (of 1 total)
  • Plugin Author Ricard Torres

    (@quicoto)

    Hello,

    I’m afraid I don’t know how bbPress works.

    The way I do it for posts: you have to add an orderby value to your get_posts function arguments:

    ‘meta_key’ => $meta_key,
    ‘orderby’ => ‘meta_value_num’,

    meta_key can be _thumbs_rating_down or _thumbs_rating_up

    Here’s more information on how to retrieve posts: https://codex.wordpress.org/Template_Tags/get_posts

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Display most voted bbpress replies on sidebar’ is closed to new replies.