开发者 |
areimann
jfennell |
---|---|
更新时间 | 2021年2月26日 09:54 |
捐献地址: | 去捐款 |
PHP版本: | 4.7 及以上 |
WordPress版本: | 5.6.2 |
It simple gives a few shortcodes to display the Shabbat lighting times. Watch the video to see what it does: [youtube https://www.youtube.com/watch?v=ztzHENB9g7Y]
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.
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
Thanks goes to the team at Hebcal.com. The plugin just grabs the information from the JSON feed by hebcal.com.