Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You can try something like that:

    <?php
    if ( is_single() ) {
    the_ratings();
    } else {
    echo the_ratings_results(get_the_ID());
    }
    ?>

    Thread Starter MindVerge

    (@mindverge)

    Wow thank you very much for quick reply!, I placed it in content.php and it does exactly what I want. One more question when I voted (to test) then deleted logs and data of that vote in “Manage Ratings” I can’t vote again this is normal? (it still stores ip somewhere I guess)

    Plugin Author Lester Chan

    (@gamerz)

    Nope a cookie is stored in your computer

    Thread Starter MindVerge

    (@mindverge)

    Ok) Thank you again Lester! you greatly helped me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unvotable rating in excerpts and votable in full post’ is closed to new replies.