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

    (@bhittani)

    Currently I haven’t worked on the template tag. I will most probably add a template tag in a couple of days where you can show the ratings on any template page.

    Is it possible to have the ratings show up for all posts in a specific category?

    Plugin Contributor Kamal Khan

    (@bhittani)

    It is possible. I will implement the specific category part along with the template tag together in the next version.

    Plugin Contributor Kamal Khan

    (@bhittani)

    For theme files use:
    <?php if(function_exists('kk_star_ratings')) : echo kk_star_ratings(post_id); endif; ?>

    Where post_id is the id of the post.

    Thanks, KK

    Kamal, great plugin- thanks! Do you have an example of a simple loop using the above to show top-rated posts with a few basic elements like the post_thumb, author and title perhaps? Thanks!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: kk Star Ratings] Template tag available?’ is closed to new replies.