Star rating display issue
-
Hi everyone,
Issue situation
Blog post only :
– If I enable “Blog post” ratings, it appears as wanted in the post.
– Excerpt option, add text in sub category front page but stars are missing.
Front page posts only :
– Nothing appear
Blog (with excerpt option) + front page enabled :
– Star of the Blog post rating are still missing
– Front pages post ratings appearSo, I can’t use propely the plug in…
PS : In my blog, some posts are volontary hide in the main front page but appear in subcategories menu with this code in fonction.php :
function myFilter($query) { if ($query->is_home) { $query->set(‘category__not_in’,array(268,464,410)); }Other question
Is it possible to only display in one front sub category page, a 5 stars ReadOnly rating (without info bubble) and a 5 star Active rating (with info bubble) ?Thank you for your help.
The topic ‘Star rating display issue’ is closed to new replies.