Blog Sections Open
Hiding DLcrumbs Items That Should Not Appear in Menus
A breadcrumb note for cases where items hidden from menus should also be excluded from the breadcrumb trail.
Breadcrumb output often follows a different rule set from the main site menu. That becomes noticeable when some resources are intentionally hidden from menus, but still appear in the breadcrumb chain and confuse the final navigation.
The requirement
If a resource is not meant to be shown in menus, editors often expect the breadcrumb tool to respect the same decision.
Why this matters
- breadcrumbs should reflect the public navigation logic
- hidden utility pages can clutter the trail
- SEO and UX both benefit from cleaner hierarchical output
What to review
- which fields DLcrumbs reads for visibility decisions
- whether hidden resources are still needed for routing but not for navigation
- whether the breadcrumb should follow the tree literally or the menu model semantically
If the site hides pages from menus deliberately, the breadcrumb usually needs the same editorial rule to stay coherent.
Sending FormLister Submissions to Telegram
Use a prepare snippet to forward FormLister submissions to Telegram in a clean, maintainable way.
Prefilling the Resource Content Field with a Structured Template
How to make the main content field start with a reusable structure for specific templates so editors do not rewrite the same headings again and again.