Hello;
I have that do it:
Open wp-content/themes/<YOUR THEME NAME>/index.php
You may place it in archive.php, single.php, post.php or page.php also.
Find: <?php while (have_posts()) : the_post(); ?>
Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
I try do that, but in my index.php theme havent this ( php while (have_posts()) : the_post()
¿ I need put code in the theme for active the plugin ?