List View: All Sermons

To show all sermons in a list view simply use the short code [cs-sermons-list]

With the latest update 1.0.5 of pagination, you can now define how many sermons are displayed at once. Simply add the attribute num_sermons='XX' to your shortcode. Example [cs-sermons-list num_sermons='5'].

Supported Attributes
show_filters
num_sermons

(PRO) Show Latest Sermon

To show just the latest sermon simply use the short code [cs-latest-sermon] this will display the latest sermon without a list view. Great for the homepage!


(PRO) Show Series List

If you want to display all sermons in a series with a minimalistic view simply use the shortcode [cs-series-list id=46]


Attributes Explained

show_filters

Adding the following attribute will allow you to hide the filter dropdown for a given element.

[cs-sermons-list show_filter=false]

num_sermons

Adding the following attribute will allow you to change the default pagination of an element.

[cs-sermons-list num_sermons=5]