-2

I installed a review plugin on my blog. This is the URL to the plugin: https://octobercms.com/plugin/vojtasvoboda-reviews.

The review stars are not showing on my site. Can anybody help me what may be the cause of the review stars not showing?

Dvaeer
  • 146
  • 7
G-Rajendra
  • 215
  • 7
  • 17

1 Answers1

0

according to https://octobercms.com/plugin/vojtasvoboda-reviews

Go to the CMS tab in the navigation menu => Components => search for this component => click and drag it to the posts page

or

add this code to the posts page

{% if reviews is not empty %}
<div class="reviews">
    <h3>What our customers say about us?</h3>
    <div class="stories">
        {% component 'reviews' %}
    </div>
</div>
{% endif %}
Ahmed Albarody
  • 167
  • 1
  • 9