We'll create fresh WordPress site with WP-PostRatings installed. You have 20 minutes to test the plugin after that site we'll be deleted.
wp-content/themes/<YOUR THEME NAME>/index.php
<?php while (have_posts()) : the_post(); ?>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
[ratings]
into the selected post/page content and it will embed ratings into that post/page only.[ratings id="1"]
, where 1 is the ID of the post/page ratings that you want to display.[ratings id="1" results="true"]
, where 1 is the ID of the post/page ratings results that you want to display.https://github.com/lesterchan/wp-postratings
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.