[Plugin: WP-PostRatings] Exclude Categories
-
Hi,
We use WP-PostRatings on our site, but I’m hoping to be able to exclude certain categories from using the post rating system. Is there anything I can do to remove these categories from using the post ratings system?
Thanks. Here is the code that is getting used to post those ratings to a post:
<?php if(function_exists('the_ratings')) {//echo("<strong class=\"remark\">Rating: ".get_rating_remark(get_the_ID())."</strong>");the_ratings();} ?>
Here’s the site: https://www.lisasliquorbarn.com
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: WP-PostRatings] Exclude Categories’ is closed to new replies.