Hi,
great tip! One question left – in which file can i change/customize the text of the “hoover-tooltip”? Would appreciate this 🙂
That’s it! Thank you, this is the code i was looking for!
<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
hi!
i want to show the rating of every post on the category or archive page, where all posts are shown as “previews” with it’s title, thumbnail and excerpt.
And i’d like to show the rating of the post in this preview also.
So it would be perfect to have and php code ( which shows the rating of the post ) to add into the category or archive-template.
P.S. Found this code – is that the right one?:
<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>