Notifications
Clear all
Topic starter
11/11/2019 10:20 am
How to change the text for an average rating in the blog post?
11/11/2019 1:31 pm
Hi @adarshm07,
As a temporary solution please add the following js codes in your active theme js files.
jQuery(".wpdiscuz-stars-label").html("//your text" + jQuery(".wpdiscuz-stars-label").text().substr(jQuery(".wpdiscuz-stars-label").text().indexOf(' '))); jQuery(".wpd-cf-label").html("//your text :");
Here is the instruction how to add a js file or js code in the active theme: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/