General
Getting Support
Administration
Design
Wolf Reference
Plugin Development
Core Development
- Design documents
- Working guidelines
- References
Press, Graphics and Translations
Wolf CMS books section
breadcrumb()
When a page is created in Wolf, the “Breadcrumb” value is automatically completed with the same values as the page title itself. This is the page reference used automatically by the breadcrumbs function, but it can also be used on its own:
<?php echo $this->breadcrumb(); ?>
The “Breadcrumb” field is found under the “Metadata” tab next to the “Page Title” tab, and the value can be edited.1) It may be, for example, that a very long page title could be abbreviated for use as a “breadcrumb”. Once edited, and different from the Page Title, its value will remain unchanged even if the Page Title itself is changed.
