Breadcrumbs

[hr]

You can insert breadcrumbs into your design using a shortcode with optional settings for controlling the navigation and display of the breadcrumb links.

[clear]

[code][breadcrumbs][/code]

[clear]

Parameters

home
(string) (Optional) The text to use for the home link.
blog
(string) (Optional) The title of the blog link when used in post paths.
sep
(string) (Optional) The separator between links. Default: “/”
blogpageid
(int) (Optional) The id of the page to use as the blog link in post paths.
prefix
(string) (Optional) Text to show before breadcrumbs, “You are here: “
archiveprefix
(string) (Optional) Archives page prefix text.
searchprefix
(string) (Optional) Search page prefix text.
blodlast
(bool) (Optional) Make the current page bold. Values: 1 (true) or 0 (false)
catinpostpath
(bool) (Optional) Show category in single post path. Values: 1 (true) or 0 (false)

[clear]
[clear]

Samples and Additional Information

[hr]

[breadcrumbs boldlast=1]

[hr]

[breadcrumbs boldlast=1]

[clear]
[clear]
[clear]

Sidebar Shortcode

[hr]

Insert a sidebar using the shortcode. Sidebars are created using the Sidebar Generator in the theme options.

[clear]

[code][sidebar alias=”sidebar-alias-name”][/code]

[clear]

Parameters

alias
(string) The alias of the sidebar to be displayed.

[clear]
[clear]

Samples and Additional Information

Sidebar Generator Information »

[clear]
[clear]
[clear]

Static Content Blocks

[hr]

Insert content from the static blocks custom post type directly into your site using a shortcode.

[clear]

[code][static_content id=”featured-products”][/code]

[clear]

Parameters

id
(string) or (int) The id or slug of the static block to be displayed.

[clear]
[clear]
[clear]

Members Only

[hr]

Wrap content in the members only shortcode to hide it from public users.

[clear]

[code][members_only]Content only visible to logged in users.[/members_only][/code]

[clear]
[clear]

Public Only

[hr]

Wrap content in the public only shortcode to hide it from logged in users.

[clear]

[code][public_only]Content only visible to public users.[/public_only][/code]