This plug-in allows you to input your travel destinations and the dates you’ll be there, then easily output those dates to your readers. Destinations can be linked to WordPress posts and pages to direct your readers to your content. Output is fully customizable to show destinations and dates in any format.
The current Destination can be output simply by inserting [wig] where you want to output the Destination. If you want to tailor the output to show past or future dates, a link to a post, the start and/or end date, etc, use the following parameters:
“%url%%n%%/url% – %sdt% to %edt%” outputs: Key West, FL – Apr 05, 2013 12:00 to Apr 15, 2013 14:00
= “%n%: %sd% at %st% until %ed% at %et%” outputs: Key West, FL: Apr 05, 2013 at 12:00 until Apr 15, 2013 at 14:00
* date_format – Accepts all PHP date options: http://php.net/manual/en/function.date.php. Default: M d, Y (ex: Apr 05, 2013)
* time_format – Accepts all PHP time options: http://php.net/manual/en/function.date.php. Default: H:i (ex: 17:36)
* show_error – Show “No destination(s) found” if there are no matching destinations? Accepts 0 (default) or 1.