Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pbc278

    (@pbc278)

    If I can get only the “score_result” of the current post, that’s also OK…
    I need the value to sort a table…

    Plugin Author dpowney

    (@dpowney)

    If you’re comfortable with php, you can get the rating result of the post from the post meta.

    E.g. get_post_meta( 1, ‘mrp_rating_result_2’ ) where 2 is the rating form id and 1 is the post id. It returns an associative array which contains the score result.

    Thanks
    Daniel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I get the RANK of current post?’ is closed to new replies.