Is it possible to get something like the following to work?....
if category is 'x' then show this code...
<strong>Select your rating:</strong> <?php if(function_exists('the_ratings')) { the_ratings(); } ?><br />
otherwise, show nothing.
If it is possible would someone kindly help me out with the coding to place into my template.
Thanks