Archived topic
Custom Star Rating System
3 replies · Started by Bernardas on March 10, 2023
Hi David, I tried to follow your instructions and implement the Custom Star Rating code to my site: https://generatepress.com/forums/topic/star-rating-system/page/3/
I need the schema star rating to appear after the entry title of the selected posts. I tried to implement it on "tests-post" — Draft but only can see the "Our Rating: [star_bar]: instead of the actual star rating.
Hi there,
have a look now.
The Hook with the shortcode inside needed the Execute Shortcodes option enabled.
Thanks a lot, David! Is there an option to change the stars' color to yellow?
In the shortcodes php snippet look for the $color = '#f00'; and change the hex code to the color you want.