I have Boldy theme on a 3.2.1 instance of Wordpress.
I have installed the plugin WP-PostRatings.
I want it to show up on my individual posts when posts are viewed individually on a page.
- I installed and activated the plugin.
- I added
if(function_exists('the_ratings')) { the_ratings(); } ?>
within my single.php file, as shown in pastebin.
However, nothing is happening with my blog posts when viewed as single pages.
Have I put the code in the wrong place/file?