Content with Search Bar

The [content_with_search_bar] shortcode allows you to display your content or subsections of your content library. It enables users to search for and filter content directly on the page.

Parameters

Parameter

Description

Accepted Values

Default Value

pageId

Specifies the page to display the content search results.

A valid page ID.

1

taxonomy

Filters content based on taxonomy IDs.

Comma-separated taxonomy IDs.

None

ids

Displays specific content items based on their IDs.

Comma-separated content IDs.

None

zone_id

Filters content by a specific zone.

A valid zone ID.

None

channel_id

Filters content by a specific channel.

A valid channel ID.

None

format

Sets the format of the displayed content (e.g., as a masonary wall or in a list).

list

None

enable_multi_select

Enables or disables the ability to select multiple filters simultaneously.

true, false.

true

list_unconnected

Displays content that is not connected to other entries or relationships.

true, false.

false


Usage Examples

default

[content_with_search_bar taxonomies='905']

format

[content_with_search_bar format="list"]

enable_multi_select

[content_with_search_bar enable_multi_select="false"]

enable_multi_select

[content_with_search_bar enable_multi_select="true"]

Last updated