• Resolved wherelead

    (@wherelead)


    Hi there,
    Please check any issue with this code

    <?php echo review_kit_rating( [ ‘post-id’ => get_the_ID(), ‘ratting-show’ => ‘no’, ‘ratting-style’ => ‘star’, ‘count-show’ => ‘no’, ‘vote-show’ => ‘no’, ‘vote-text’ => ‘no’, ‘return-type’ => ‘total_review’ ]); ?>

    This code use for custom post type. I added shortcode in bottom section and this code added in top section under the post title. I noticed bottom area total reviews shown 16 but top section total reviews shown only 5.

    Note: It working fine both section below 5.

    Now what is the solution on it? Also noticed if have no post then don’t show any black star sign.

    Please guide me

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @wherelead,
    Hope you are doing well.

    The Shortcode Available for the WP Ultimate Review Plugin is [wp-reviews] and [wp-reviews-rating]. The first one will display all the reviews received along with ratings and the second one will display the Average Rating and the number of reviews received(It accepts parameters also)Screenshot.

    Now, the issue you are talking about, which is happening due to using the Rating Shortcode, is successfully reproduced in my development environment. Somehow, the default value is showing only instead of the Total Reviews a post received. I am forwarding it to the dev team for further evaluation. I hope it will be fixed soon.

    Best Regards,
    Prosenjit

    Thread Starter wherelead

    (@wherelead)

    Yes, I got. But it’s not increase the total number after 5 total numbers. It’s limited only 5 total reviews.

    But actual total reviews more than 5.

    Thanks for reply. I am still facing this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why not working shortcode’ is closed to new replies.