Site path plug-in
Use the SitePath plug-in to render the site path of the current content.We can reference the site path with the following format:
[plugin:SitePath type="rel | abs"]This plug-in takes the following attribute:
- type = rel | abs
- This attribute defines whether the path is relative to the current library or not. If you omit this attribute, the value defaults to rel and uses the relative path. The abs value indicates an absolute path to the rendered content.
Examples:
- Absolute path:
[plugin:SitePath type="abs"]
- Relative path:
[plugin:SitePath]