Christian Science Bible Lesson Subjects Plugin WordPress, Download, Install

Christian Science Bible Lesson Subjects Plugin WordPress

Provides configurable widget and shortcode for displaying upcoming weekly Christian Science Bible Lesson subjects.

Christian Science Bible Lesson Subjects Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/christian-science-bible-lesson-subjects/

How to Install Christian Science Bible Lesson Subjects Plugin, Manually

  1. Unzip the ZIP file and drop the folder straight into your wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Use as a widget

  1. Navigate to ‘Appearance’ -> ‘Widgets’
  2. Drag the ‘CS Bible Lesson Topics’ widget into a sidebar to display in that sidebar
  3. Configure widget if you’d like to change the default settings

Use as a shortcode

  1. Insert [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"]

    • weeks_to_display – configure number of weeks in advance to display
    • display_more_info_link – Set to ‘1’ to show more info link, ‘0’ to hide (Default)
    • thanksgiving_days_in_advance – Set to 0 to disable, or number of days in advance of Thanksgiving Day to show special message
  2. Publish and view post or page to see output.

Use in Templates for Theme authors

You can use this plugin in your themes if you wish instead of using it as a widget.

Place into your theme to display list of upcoming subjects:

<?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 { }

Video

Screenshots

Christian Science Bible Lesson Subjects Plugin WordPress

Christian Science Bible Lesson Subjects Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *