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

    (@bhittani)

    1. You will have to allow archives location in the plugin settings.
    2. The text version will be shown in the archive listing if you are showing the post excerpt instead of the post content in the template file.
    3. A possible solution is to use the following template code in the archive listing template file:

    
    <?php
      if (function_exists('kk_star_ratings')) {
        echo kk_star_ratings(get_the_ID());
      }
    ?>
    
    Thread Starter hayleythehailstorm

    (@hayleythehailstorm)

    Hello Kamal,
    Thanks for your reply. Per your instructions, I updated the archive template file to include the snippet above, but I am still not seeing them. I also checked settings to ensure it is set to full-text instead of excerpt, is there something else that I may have missed that’s preventing this from displaying correctly? Thanks a bunch for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display stars on a video card custom layout’ is closed to new replies.