Call 1-888-670-1652

 Spire CoreDB Connect Error (2002) Connection timed out

sys:site-path

The sys:site-path tag allows you display the name of the current page and the name of its ancestor pages in order to create a breadcrumb at the location in which the tag has been entered within the template.

The following attributes, when included within the tag, will help to determine the appearance of the site path:

  • separator: The string of text that is entered with this attribute will be inserted between each individual menu item name included in the site path
  • level-from: This attribute determines what level of the website hierarchy the site path will start from
  • level-to: This attribute determines the last level of the website hierarchy that will be included in the site path
  • max-levels: This attribute limits the system to including a specified number of menu item names within the site path, starting from the current page
  • max-length: This attribute limits the length of the menu item names included within the site path to a specified number of characters

Feel free to make use of any combination of attributes within the tag, making sure to separate each one by a single white space.

In the end, when entering the tag into the HTML window, it should look something like this:

<sys:site-path separator="/" level-from="2" level-to="5" max-levels="3" max-length="256,64" />