Answer the question
In order to leave comments, you need to log in
Why are the ratings not displayed on the wordpress site - conflict with the theme?
Hello! I have a wordpress site that has the WP-PostRatings plugin installed to rate articles.
The site has the
Statfort theme installed , which for some reason does not display the rating, for example, on this page , although it does on a different subdomain and with a different theme on the same page . Why is that? there are no errors in the console.
Answer the question
In order to leave comments, you need to log in
1. The plugin is not configured.
2. The rating output code is not embedded in the single post template, then:
- open the single.php template in the theme folder;
- find <?php while (have_posts()) : the_post(); ?> after this line, paste the code <?php if(function_exists('the_ratings')) { the_ratings(); } ?> or anywhere else where the rating should be displayed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question