Hi
I would like to have the wp-postratings system used in my posts. I have been told to use this line of code in the single.php file:
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
But where do I insert this line of code such that each time a user posts, they have the ratings at the bottom they can use?
thanks
dl
