Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you find a solution or tutorial?

    Plugin Author Vova Feldman

    (@svovaf)

    Sorry for the late response. YES YOU CAN ADD RATINGS RIGHT INTO YOUR TEMPLATE! Add the following code right at the template:
    <?php
    global $rwp, $post;
    $rwp->EmbedRating(($post->ID + 1) . '0', $post->post_title, get_permalink($post->ID), $this->post_class, false);
    ?>

    Please let me know if it was helpful.

    Plugin Author Vova Feldman

    (@svovaf)

    @tairak, @dooramooz – I’m closing this ticket. If it didn’t help, please re-open it with your comments.

    Plugin Author Vova Feldman

    (@svovaf)

    A small fix to the code:

    <?php
    global $rwp, $post;
    $rwp->EmbedRating(($post->ID + 1) . '0', $post->post_title, get_permalink($post->ID), 'blog-post', false);
    ?>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ratings Position’ is closed to new replies.