I have a problem, i want to put mthe rating on the top of the posts, how can i do that?, i tried to move the line “<h5><?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?></h5>” in the Single Post (single.php) file of my template, but the result is the same, the rating is still in the bottom of the posts, i’d really like that the structure of the posts will be like this:
Name of the Post
Categories: Category 1, Category 2, Category 3
GD Stars Rating
Content of the Post
Comments
I hope that you can help me with his.
Thanks