Implementing rating block in theme
-
First of all thanks for the amazing plugin!
I was trying to implement ratings in my theme using the following code:
<?php gdrts_posts_render_rating(
array(‘echo’ => true)
); ?>This echoes the whole rating block. My question is, how can I alter the information echoed within the rating block? For example, I’d like to remove texts such as “Rating: 4.0, from 134 votes.” and organize the rest of the information in a different way.
Many thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Implementing rating block in theme’ is closed to new replies.