Breadcrumbs
You can insert breadcrumbs into your design using a shortcode with optional settings for controlling the navigation and display of the breadcrumb links.
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)
Samples and Additional Information
Sidebar Shortcode
Insert a sidebar using the shortcode. Sidebars are created using the Sidebar Generator in the theme options.
Parameters
- alias
- (string) The alias of the sidebar to be displayed.
Samples and Additional Information
Sidebar Generator Information »
Static Content Blocks
Insert content from the static blocks custom post type directly into your site using a shortcode.
Parameters
- id
- (string) or (int) The id or slug of the static block to be displayed.
Members Only
Wrap content in the members only shortcode to hide it from public users.
Public Only
Wrap content in the public only shortcode to hide it from logged in users.
Content only visible to public users.