WP PostRatings
-
The instructions for the plugin WP Post Ratings call for this code:
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
to placed in single.php anywhere after this code:
<?php while (have_posts()) : the_post(); ?>
But no matter where I place it, there are line errors.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP PostRatings’ is closed to new replies.