开发者 | gserafini |
---|---|
更新时间 | 2024年10月31日 15:34 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 6.7 |
[cs_subject_of_the_week]
into any post or page to insert the default number of upcoming subjects
Optional shortcode parameters
[cs_subject_of_the_week weeks_to_display="3" display_more_info_link="1" thanksgiving_days_in_advance="30"]
[csps_internet_radio]
in post or page to embed the player
Optional shortcode parameters
[csps_internet_radio customize_player=false show_title_bar=true iframe_height="380" iframe_width="100%"]
[cs_subject_of_the_week]
into any post or page to insert the default number of upcoming subjects[cs_subject_of_the_week weeks_to_display="3" display_more_info_link="1" thanksgiving_days_in_advance="30"]
<?php if (function_exists('stp_getBibleLessonSubjects')) echo stp_getBibleLessonSubjects( 3, true, 30); ?>
Function parameters are ( weeks_to_display, display_more_info_link, thanksgiving_days_in_advance).\
You can also call the function without parameters and the defaults will be used.
CSS Classes for adding custom styles
Add the following declarations to your stylesheet if you'd like to further customize the output of this plugin:
`/ Enclosing div /
.stp_cs_bible_lesson_topics_widget { }
/ span surrounding date in outputted list /
.stp_cs_bible_lesson_topics_date { }
/ span surrounding subject in outputted list /
.stp_cs_bible_lesson_topics_subject { }
/ class on enclosing li tag for more info link /
.stp_cs_bible_lesson_topics_more_info_link { }
/ enclosing class for special Thanksgiving message /
.stp_cs_bible_lesson_topics_thanksgiving_message { }`No, this has been coded by ShareThePractice.org for use by branch churches and societies.
Yes, use the contact form on the ShareThePractice.org website.
[csps_internet_radio]
shortcode to plugin