Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
Dave Mackey edited this page Aug 21, 2017 · 5 revisions

Overview

Liquid Outreach (lqd-outreach) is a WordPress plugin that:

  1. Displays outreach events in lists
  2. Displays details of individual outreach events
  3. Allows registering for an individual outreach event
  4. Displays partner organizations in lists
  5. Displays details of partner organizations
  6. Allows searching of outreach events and partner organizations
  7. Allows advanced filtering/sorting of outreach events/partner organizations.
  8. Provides integration with Church Community Builder via CCB's API.
  9. Provides advanced back-end configuration and management options.

Shortcodes

There are three basic shortcodes for Liquid Outreach:

  1. lo_header_element - Displays a page header image
  2. lo_nav_element - Displays the navigation for outreach
  3. 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.

Clone this wiki locally