Blog Sections Open
Outputting Folder Names Without Links in Wayfinder
How to keep folder labels visible in navigation while preventing them from rendering as clickable links.
Wayfinder menus sometimes need section labels that act as structural headings rather than real links. This is common in accordion navigation, category sidebars, and multi-level menus where parent folders organize the tree but should not behave like normal pages.
Typical Approach
Use a dedicated parent-row template for folders and render the title as plain text or a button-like toggle instead of an anchor.
<li class="parent">
<span>[+wf.linktext+]</span>
<ul>[+wf.wrapper+]</ul>
</li>
This keeps the hierarchy readable without sending visitors to a page they never meant to open.
Customizing Previous and Next Labels in EvoGallery Pagination
How to replace generic pagination labels in EvoGallery with language-specific or project-specific text.
Showing TinyMCE Font Sizes in Pixels Instead of Percentages
How to adjust TinyMCE configuration so editors see familiar pixel-based font-size options instead of percentage values.