How can I add the rating capability to just one category?
I'm guessing I would have to edit my post.php page to insert the code:
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
And use some other function of the codex to only execute that code if the post is a certain category id.
Anyone know how I can do that?
Thanks.