Thread Starter
lewysj
(@lewysj)
Hello, I think you got it slightly wrong. is_category refuses to work, however in_category does work.
The code I am currently using is:
<?php
if( function_exists('the_ratings')&&in_category('recipes') ) {
the_ratings();
}
?>