Forums
(@naveenkmoorthy)
12 years, 4 months ago
Found it myself. I used a conditional statement like this
<?php if ('post_resources'==get_post_type()) { # code... ?>
Thanks!