This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dave Mackey edited this page Aug 21, 2017
·
5 revisions
Liquid Outreach (lqd-outreach) is a WordPress plugin that:
- Displays outreach events in lists
- Displays details of individual outreach events
- Allows registering for an individual outreach event
- Displays partner organizations in lists
- Displays details of partner organizations
- Allows searching of outreach events and partner organizations
- Allows advanced filtering/sorting of outreach events/partner organizations.
- Provides integration with Church Community Builder via CCB's API.
- Provides advanced back-end configuration and management options.
There are three basic shortcodes for Liquid Outreach:
- lo_header_element - Displays a page header image
- lo_nav_element - Displays the navigation for outreach
- lo_categories_element - Displays the categories for outreach
If you want to have a sub-set of events displayed you can use the parameter categories with any of these shortcodes, e.g.:
[lo_header_element categories="love-week"]
Doing so will result in only those categories listed in the parameter (comma separated) displaying on the page using that specific instance of the shortcode.