這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Where I'm Going

外掛說明

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.

[wig] Shortcode Usage

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:

  • display – Accepts any one of the following values:
    • past – Shows all Destinations that you visited in the past
    • present (Default) – Shows all Destinations that you’re currently in
    • future – Shows all Destinations that you’ll be visiting in the future
    • all – Shows all Destinations
    • post – Shows all Destinations that are tied to a WordPress post or page
    • no_post – Shows all Destinations that are not tied to a WordPress post or page
  • show – How many Destinations do you want to show if there are more than 1 that match the parameters? (Default: 1) (Set to 0 for “all”). If multiple Destinations are output, a line break will be placed after each.
  • display_date_start – The start of the search period in Unix time. Overrides display parameter
  • display_date_end – The end of the search period in Unix time. Overrides display parameter
  • has_post – Accepts: yes, no, all (default)
  • format – Accepts the following placeholders (any text is allowed):
    • %n% – The Destination name
    • %sd% – The Destination start date
    • %sdt% – The Destination start datetime
    • %st% – The Destination start time
    • %ed% – The Destination end date
    • %edt% – The Destination end datetime
    • %et% – The Destination end time
    • %url%…%/url% – If the Destination is tied to a post, the URL will be linked from any text between these. If a Destination is not tied to a post, a URL will not be output.
    • Examples:

“%url%%n%%/url%” outputs: Key West, FL

“%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.

Shortcode Examples

  • [wig] Outputs the current Destination without start and end date/time
  • [wig display=”past” has_post=”yes” show=0] Outputs all past Destinations that are assigned to a WordPress post/page.
  • [wig display=”future” format=”%url%%n%%/url%: %sd% at %st% until %ed% at %et%” time_format=”h:i a” show=3] Outputs 3 future Destinations with destination name as a URL (if tied to a post/page), start and end date/time, and time in the format 04:36 pm

安裝方式

  1. Upload ‘where-im-going’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the Where I’m Going menu and input your destinations.
  4. Use the [wig] shortcode to output your destinations in theme files, posts, and pages. Full details of this shortcode are available at the bottom of this file, from the Where I’m Going instructions page, or here: http://www.nuttymango.com/tutorials/where-im-going/

常見問題集

N/A

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Where I'm Going〉的開發相關工作。

參與者

將〈Where I'm Going〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1

  • Fixed navigation broken by last change

1.0

  • Menu clean-up
  • CSS clean-up

0.5

  • Initial release