Issue using glsr_star_rating() function
-
I am trying to display a list of Posts that have a review. I’m using the function
glsr_get_reviews()
and then looping through each to get the assigned posts and display the post name. I want to display the review rating next to the post name. The review object gives the rating for the review as a number, and the documentation provided says that the functionglsr_star_rating()
should allow you to build a 1-5 star rating HTML string. I input the numeric value in the function, and in my dev tools it looks like all the HTML is there, but nothing is displaying. anyone else run into this or know what the issue might be?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Issue using glsr_star_rating() function’ is closed to new replies.