Hi,
I installed the Wordpress-PostRatings Plugin.
But in the frontend you canīt see anything.
The user should have the possibility to rate a post. This would be displayed by Google as Rich Snippet...
Do you know what to do?
In the installation guide of the Plugin it says:
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(); } ?>
The problem is:
Canīt find the right code: <?php while (have_posts()) : the_post(); ?>