The White Harvest Sermons plugin enables a shortcode that can display a searchable, sortable, list of media.
What Makes Sermon Library Different
[youtube
https://www.youtube.com/watch?v=DtLWaZnp5wU]
- Search: Fast, simple, searching – like Google (not drop-down menus)
- Reach: Create a podcast with Blubrry the world’s largest podcast platform
- Efficiency: Reduce the amount of work to keep your site updated
Front End Demo - How It Works
[youtube
https://www.youtube.com/watch?v=JFtIAvWlEPs]
Back End Demo - How To Configure Your Sermons
[youtube
https://www.youtube.com/watch?v=n_UBmDOjV74]
Live Demo
Check out a
live demo of the Sermon Library plugin here
Using The Shortcode
Basic Usage [wh_sermons]
Given no additional parameters, the [wh_sermons] shortocde lists all sermons in descending chronological order.
Parameters
Certain segmented groupings of sermons can be displayed by passing parameters to the shortcode. The values of the parameters are the slugs set in the series, books, or teachers sections.
Example:
Only display sermons from the Gospel books.
books="book1,book2,book3"
[wh_sermons books="matthew,mark,luke,john"]
Example:
Only show sermons tagged with a specific series
series="heart-to-hearts"
[wh_sermons series="heart-to-hearts"]
Example:
Only show sermons by Rick Gaston
teachers="rick-gaston"
[wh_sermons teacher="rick-gaston"]
Example:
Show a maximum of 30 sermons by Rick Gaston
teachers="rick-gaston"
limit="30"
[wh_sermons teacher="rick-gaston" limit="30"]
Latest Sermon Widget
The Latest Sermon widget makes mataining your site fast and efficient by automatically updating to always show the latest sermon. Set up the Latest Sermon widget to display the most recent sermon from any series, such as your Sunday sermons or your Wednesday sermons. Now, every time you upload a new sermon, the Latest Sermon widget will automatically pull in the most recent sermon from the series.
To Install Sermon Library:
- Download the white-harvest-sermons.zip file
- Extract the zip file so that you have a folder called white-harvest-sermons
- Upload the 'white-harvest-sermons' folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
To Uninstall White Harvest Sermons
- Deactivate White Harvest Sermons thorugh the 'Plugins' menu in WordPress
- Click the "delete" link to delete the plugin. This will remove all
of the White Harvest Sermons files from your plugins directory. It will NOT delete any posts
from your WordPress site.