Skip to content Skip to main navigation Skip to footer

Sidebar

This element is also available as a block in the WordPress block editor.

This shortcode displays a sidebar. Sidebars can be managed under Appearance / Widgets.

[lsvr_lore_sidebar
title=""
sidebar_id="lsvr-lore-default-sidebar"
columns=""
show_borders="false"
enable_masonry="false"
more_label=""
more_link=""
id="my_unique_id"]

title
Section title.

sidebar_id
ID of the sidebar which will be used. It is lsvr-lore-default-sidebar for the Default Sidebar. For custom sidebars it is lsvr-lore-custom-sidebar-X where X stands for the sidebar number. You will get this custom sidebar number by visiting Appearance / Customizer / Custom Sidebars and mousing over the “sidebar remove” button for a few seconds. Omit the # sign, so the final custom sidebar ID should look like lsvr-lore-custom-sidebar-3 for example.

columns
How many columns should be used to display this section.

show_borders
Display borders around each widget.

enable_masonry
Display this section using a masonry layout.

more_label
More button label.

more_link
More button URL.

id
Unique ID which can be used for applying custom CSS to this element.

Related Articles