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

Search Shortcode

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

Overview

The Liquid Outreach Plugin offers a search shortcode which can be inserted on any page to provide a search interface for users.

Basic Shortcode

To implement the shortcode on a page add:

[lo_event_search]

Shortcode Parameters

There are several parameters that can be enabled to customize the appearance of LO search:

  1. disable_header (true/false) - Removes the header image from the page.
  2. disable_nav (true/false) - Removes the navigation menu (e.g. contains drop down menus such as categories, partners, etc.)
  3. disable_cateogy_list (true/false) - Removes the navigation item that allows for quick searching by category.

Sample Implementation

[lo_event_search disable_header="false" disable_nav="true" disable_cateogy_list="false"]

Clone this wiki locally