Im using wp-postratings plugin but each time i try to add the
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
code to anywhere it makes the ratings image 360x238 like the main thumbnails.
What i want is under the post title before the excerpt is a ratings tab which says "Rate this seasons peformance" and then the small stars, can you help please?
Hmmm... you should take a look at the sourcecode in your webbrowser.
Most browsers offer this through the right-click menu.
It could well be that you are using a CSS CLASS or ID that collides with the wp-postratings CLASSes or IDs; meaning: maybe an ID or CLASS used by the plugin is exactly the same as the one you use to format the main thumbnails.
designfollow
Member
Posted 2 years ago #
Thank you very much this will be very helpfull
Always glad if I can help. ;)