WP-PostRatings

plugin banner

Adds an AJAX rating system for your WordPress blog's post/page.

Author:Lester 'GaMerZ' Chan (profile at wordpress.org)
WordPress version required:4.9.6
WordPress version tested:6.3
Plugin version:1.91.1
Added to WordPress repository:08-02-2006
Last updated:09-08-2023
Rating, %:88
Rated by:178
Plugin URI:https://lesterchan.net/portfolio/programming/...
Total downloads:2 197 474
Active installs:40 000+
plugin download
Click to start download

Usage

  1. Open wp-content/themes/<YOUR THEME NAME>/index.php
  2. You may place it in archive.php, single.php, post.php or page.php also.
  3. Find: <?php while (have_posts()) : the_post(); ?>
  4. Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
  • If you DO NOT want the ratings to appear in every post/page, DO NOT use the code above. Just type in [ratings] into the selected post/page content and it will embed ratings into that post/page only.
  • If you want to embed other post ratings use [ratings id="1"], where 1 is the ID of the post/page ratings that you want to display.
  • If you want to embed other post ratings results, use [ratings id="1" results="true"], where 1 is the ID of the post/page ratings results that you want to display.

Development

https://github.com/lesterchan/wp-postratings

Credits

Donations

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.


Screenshots
FAQ
ChangeLog

Plugin uses its own database tables:
ratings