Why not working shortcode
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Why not working shortcode’ is closed to new replies.