How to get rating on one line?
-
I want to display the rating stars next to the text “Rating: ”
but the stars show up on the line below.How can they be displayed next to the text and not below?
I have this code in my single.php template:
Rating: <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to get rating on one line?’ is closed to new replies.