How to change 'Rate...
 
Notifications
Clear all

[Solved] How to change 'Rate this article'?

3 Posts
2 Users
0 Likes
1,068 Views
(@adarshm07)
Active Member
Joined: 5 years ago
Posts: 8
Topic starter  

How to change the text for an average rating in the blog post?


   
Quote
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

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/


   
ReplyQuote
(@adarshm07)
Active Member
Joined: 5 years ago
Posts: 8
Topic starter  

@elvina thank you.


   
ReplyQuote
Share:
Scroll to top