Full Width Carousel Slider

The full_width_carousel_slider shortcode is a versatile tool designed to create a visually engaging carousel slider. It displays a customizable set of content items, e.g articles, channels and events.

Parameters

Parameter
Description
Default
Example Usage

n_items

Specifies the number of items to display in the carousel.

6

n_items="4"

order_by

Determines the sorting criterion for the content. Note: Ignored if ids is provided.

created_at

order_by="title"

order

Defines the sorting direction. Note: Ignored if ids is provided.

DESC

order="ASC"

terms

Filters content based on taxonomy terms.

None

terms="news, current"

types

Specifies content types to include Note: does note accept channels or event types.

None

types="article, document"

format

Configures the visual style of the carousel. Use 2025 for a modern appearance.

null (classic)

format="2025"

exclude

Excludes specific content items by their IDs.

None

exclude="101, 102"

ids

Specifies IDs of content to display, overriding other filters. Note: Now supports multiple content types, e.g. channels and events.

None

ids='201, 301, 401"

Example Configuration

[full_width_carousel_slider 
    ids="3668313,3646134"]
[full_width_carousel_slider 
    ids="3668313,3646134" 
    format="2025"]

Last updated