I’m looking to make a small tweak in workpress.
I’d like to conditionalize this piece of code to not execute (displays the date of the post) if a certain category (category 503) is used.
[php]
<?php the_time('M');?><?php the_time(‘j’);?
Any suggestions?