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

Weekly Shabbat Times

外掛說明

This plugin creates shortcode to display the Shabbat portion titles, candle lighting times, Havdalah times, etc. of the current week.

安裝方式

  1. Unzip and upload the plugin into the plugins directory and then activate it.
  2. Grab a shortcode example and place it in the content of a page
  3. View the page

常見問題集

What does it do?

It simple gives a few shortcodes to display the Shabbat lighting times. Watch the video to see what it does:

Why did you write this plugin?

My synagogue needed to display the current Portion on the website and I couldn’t find a good plugin to do this. This allows me to display the shortcode in the title of a post/page or within the content of a page/post.

How do I use it?

Example shortcodes using Zip Code:

[hebcal_sc category=”parashat” param=”title” zip=”30066″]
[hebcal_sc category=”parashat” param=”hebrew” zip=”30066″]
[hebcal_sc category=”roshchodesh” param=”title” zip=”30066″]
[hebcal_sc category=”roshchodesh” param=”hebrew” zip=”30066″]
[hebcal_sc category=”candles” param=”title” zip=”30066″]
[hebcal_sc category=”candles” param=”hebrew” zip=”30066″]

Example shortcode using Longitude, Latitude, and Time Zone ID:

[hebcal_sc category=”candles” param=”title” longitude=”-84.500434″ latitude=”34.024356″ tzid=”America/New_York”]

You can get a list of timezone ID’s by going to [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones]https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Possible categories from the feed

  • holiday
    • roshchodesh
    • candles
    • parashat
    • havdalah

Thanks

Thanks goes to the team at Hebcal.com. The plugin just grabs the information from the JSON feed by hebcal.com.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Weekly Shabbat Times〉的開發相關工作。

參與者

將〈Weekly Shabbat Times〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1.0

  • Adds longitude and latitude to the shortcode so you can drop in your longitude, latitude, and timezone ID.

1.0.0

  • Initial release