[Plugin: Countdown Timer] single and distinct timers per post
-
Hi,
First of all, great plugin, so thank you to Andrew Ferguson for creating it.
I want to be able to insert a different timer (distinct end time) on each post that I create. While I am able to insert multiple distinct timers on a single post using
<?php function_exists(‘fergcorp_countdownTimer’)?fergcorp_countdownTimer(##):NULL; ?>
with the ‘##’ representing the number of timers created on the Settings page, I can not place single timers standalone on specific posts. If I have three timers set up on the Settings page, and replace the ‘##’ with ’03’, I get all three timers. How would I pull out JUST the first timer?
I’ve also tried using
fergcorp_cdt_single date=”ENTER_DATE_HERE”
but just cannot figure out the right syntax. I’ve tried
<?php function_exists(‘fergcorp_countdownTimer’) fergcorp_cdt_single date=”[date here]”; ?>
to no avail.
Would appreciate any help on how to get single, distinct timers on multiple posts. Thanks!
- The topic ‘[Plugin: Countdown Timer] single and distinct timers per post’ is closed to new replies.