I'm using this: <?php the_time('F j') ?> Code (markup): And it outputs: Is there anyway to make it the shorthand month, for example Oct - Jul - Jun - Mar etc. Thanks, in advance.
I don't know PHP, but I could explain a way to do it in plain English for you. You could utilize If...Then statements for each month. If F = "October" Then show "Oct."