Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

List Shortcodes

Dave Mackey edited this page Aug 21, 2017 · 2 revisions

Overview

The following shortcodes can be used to list various types of entities: events, categories, partners.

Events Shortcode

The events list view actually utilizes the search shortcode. You can find complete documentation on the search shortcode here: https://github.com/LiquidChurch/lqd-outreach/wiki/Search-Shortcode

Categories Shortcode

Will display categories as large image buttons.

[lo_event_categories]

In addition one can customize the display using the following options:

  1. disable_header (true/false)
  2. disable_nav (true/false)
  3. disable_search (true/false)

Partner Organizations Shortcode

Will display a list of all the partner organizations.

[lo_event_partner_list]

In addition one can customize the display using the following options:

  1. disable_header (true/false)
  2. disable_nav (true/false)