이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Daily Bible Readings

설명

This plugin shows the current day’s scripture readings and fasting rule from the Antiochian Orthodox Christian Archdiocese of North America. To show the daily readings and fasting rule, you simply paste the following shortcode on whatever page you want to display the content.

[daily-bible-readings content="all"]

The plugin automatically retrieves new content from the Antiochian Archdiocese once a day so it is always up to date.

Click here to see a live demo.

If you want more fine-grained control, you can choose to display only specific things by changing the argument to the “content”
attribute in the shortcode. The allowable arguments are:
* “all”: show all the content
* “date”: show only the date
* “fasting”: show only the fasting rule text
* “readings”: show only the scripture readings with titles

For instance, if you want to only show the date and the fasting rule, you can put the following two shortcodes on your page:

[daily-bible-readings content="date"]
[daily-bible-readings content="fasting"]

Initially, the readings only show short snippets of the reading text. Clicking “Read More” dynamically reveals the rest of the text without loading a new page.

Note: this plugin relies on the following 3rd party web services from the Antiochian Archdiocese:
* http://antiochian-api-prod-wa.azurewebsites.net/api/data/RetrieveEnabledDates
* http://antiochian-api-prod-wa.azurewebsites.net/api/data/RetrieveLiturgicDayByItemId?itemId=0

스크린샷

  • Example Display with All Content
  • Reading 1 Expanded
  • Only Readings
  • Only Date and Fasting Rule

설치

Upload the “daily-bible-readings” folder to your WordPress plugins directory located at

your_wordpress_root_install_directory/wp-content/plugins/

Next you need to activate the plugin as follows:
1. Open your WordPress dashboard.
2. Click on “Plugins” in the dashboard sidebar.
3. Click the “Activate” link under the “Daily Bible Readings” plugin title.

FAQ

Why Am I Seeing Readings for the Wrong Date?

Make sure your timezone is set correctly in your WordPress settings. The plugin updates the readings at 12:05 am (near midnight) local time in whatever time zone you have selected in the settings.

Where Can I Submit Bugs or Feature Requests?

You can tell the author about bugs or feature requests here.

Can I See The Code?

Yes! This is an open-source project hosted on GitHub here.

후기

2018년 7월 12일
This is a wonderful offering in a market that doesn’t offer much in English for the Orthodox Christian faithful! This is digital evangelism at it’s finest. The plugin was very easy to install and use. The output borrows from our site CSS and has no branding, links or anything to bloat it. It’s a generous plugin! 5 stars.
모든 2 평가 읽기

기여자 & 개발자

“Daily Bible Readings”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Daily Bible Readings”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

Bug Fixes

  • Fixed bug where the “Read more” functionality wasn’t working

1.0.2

Added explicit reference to 3rd party API in readme.

Bug Fixes

  • Fixed bug where the readings might not update when the date changes

1.0.1

Bug Fixes

  • Corrected plugin URI

Enhancements

  • Added change log (CHANGELOG.md)
  • Split up classes into different files

1.0.0

Initial Release