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

    (@bhittani)

    Can you be more specific? Count of what? Display it via template file or post editor?

    Plugin Contributor Kamal Khan

    (@bhittani)

    In your theme file:

    <?php
      $ratings = \Bhittani\StarRating\core\functions\data();
      echo $ratings['score'];
      echo $ratings['count'];
    ?>
    Thread Starter markezi

    (@markezi)

    Now i display only voting with this code

    echo in theme <?php echo kk_star_ratings() ?>

    is there any chance show this i label and like on red when mouse cover 34 vote. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to display count’ is closed to new replies.