Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Kamal Khan

    (@bhittani)

    Use this code anywhere you want to place in your theme file(s).

    <?php
        // $pid is the id of the post. When using in the post loop, it would be get_the_ID()
        if(function_exists("kk_star_ratings")) : echo kk_star_ratings($pid); endif;
    ?>
    Thread Starter MrCholand

    (@mrcholand)

    Putted into single.php and looks like link above… (now the “stars” are doubled).
    (Before doing this I deactivated 2 other rating plugins).
    Sorry, my dear Friend from Pakistan, but I’m the publisher, not web developer (newbie) ??

    Plugin Contributor Kamal Khan

    (@bhittani)

    Try changing the position dropdown from the settings page of the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Great & simple & elegant plugin. One question’ is closed to new replies.