Jeg bruker denne:
<?php
if (in_category(' 84'))
{ ''; the_title(); echo ''; }
elseif ( in_category( array( '101', '126', '127', '128', '132', '133','134', '135', '136', '137', '138', '139', '140', '141') ))
{ ''; the_title(); echo ''; }
else
{ ''; the_title(); echo ' - oppskrift'; }...