You can put individual sermons or lists of sermons on any page of your website. You do this by adding a shortcode into a post or page. A shortcode looks like this: [ sermons id=52].
Please note: Every shortcode listed on this page has an extra space between “[" and "sermons." When using shortcodes on your site, do not add this space!
You can use many different parameters with these shortcodes, and you can combine parameters within one shortcode. For example: [ sermons filter=none preacher=3 series=7]
Shortcodes are incredibly flexible. For example, you may have a page on your site about your pastor. Adding the shortcode [ sermons preacher=1 id=latest] to that page will add full details of the latest sermon he preached. Alternatively, adding [ sermons preacher=1 limit=5] will display a list of his five most recent sermons.
This feature is in development and may not work exactly as expected. Please report all bugs and feature requests using your Help Desk.
Shortcode parameters
Values in italics are descriptive and should be replaced as the description suggests. For example, SermonID means the value should the be the ID of a sermon. Values not in italics are strings that should be entered as is.
| Param | Values | Description | Example |
|---|---|---|---|
| id | SermonID latest |
Displays a single sermon page corresponding to the ID of the sermon (you can see a list of sermon IDs by looking on the Sermons page in admin). You can also use the special value of ‘latest’ which displays the most recent sermon. | [ sermons id=52] [ sermons id=latest] |
| filter | oneclick dropdown none |
Specifies which filter to display with a sermon list. | [ sermons filter=dropdown] |
| filterhide | hide show |
Specifies whether the filter should be shown or hidden by default. | [ sermons filterhide=show] |
| preacher | PreacherID | Displays a list of sermons preached by one preacher (you can see a list of sermon IDs by looking on the Preachers page in admin). | [ sermons preacher=6] |
| series | SeriesID | Displays a list of sermons in particular series (you can see a list of series IDs by looking on the Series & Services page in admin). | [ sermons series=6] |
| service | ServiceID | Displays a list of sermons preached at a particular service (you can see a list of service IDs by looking on the Series & Services page in admin). | [ sermons service=6] |
| book | BookName | Displays a list of sermons on a particular Bible book. The book name should be written out in full, and if it includes spaces, should be surrounded by quotes. | [ sermons book=Genesis] [ sermons book="1 John"] |
| tag | TagName | Displays a list of sermons matching a particular tag. | [ sermons tag=hope] |

If you want to change the output of Sermon Manager, you’ll need to edit the templates (see the option at the bottom of the menu pictured on the right). You’ll need to understand the basics of HTML and CSS, and to know the special template tags. There are two templates, one (called “results page”) is used to produce the search results on the main sermons page. The other template (called sermon page) is used to produce the page for single sermon. Most tags can be used in both templates, but some are specific.