Andrew,
I figured it out…I was placing the shortcode into the HTML, not the actual Edit Post page…dumb mistake.
Thank you!
@fergbrain:
thanks, Andrew. I’m sorry, but i can’t get that to work…can you quickly tell me the exact line of code that i would need to use, say for June 1, 2012? i’ve tried using php-parseable date formats. e.g.
[fergcorp_cdt_single date=”June 1, 2012″]
but seem to only see that exact string (“[fergcorp_cdt_single date=”June 1, 2012”]) to show up on the actual wordpress page.
I understand I should not use the below:
<label><?php function_exists(‘fergcorp_countdownTimer’)?fergcorp_countdownTimer(01):NULL; ?></label>
But do I need to embed the single date line of code somewhere within that? I’m really just looking for one example line of code using fergcorp_cdt_single
Thank you so much…this would be a great help!