We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 47401
    • 295 Posts
    Hi

    Im following the documentation for the breadcrumb add on but unfortunitly it doesnt seem to be working correctly.

    what im trying to do is to get the current page breadcrumb trail to show a different chunk. so im trying to output <li><h1>[[+pagetitle]]</h1></li>

    this is what i have so far but isnt working

    [[BreadCrumb? &containerTpl=`myContainerTpl` &tCrumbTpl=`currentcrumb`]]

    myContainerTpl chunk contains:

    <div id="breadcrumb">
    <ul>
    [[+crumbs]]
    </ul>
    </div>

    currentcrumb chunk contains:

    <li><h1>[[+*title]]</h1></li>


    the output doesnt show h1 tags in the for the current page (as per documentation)

    please advise if its something that im doing wrong? or even just coding it wrong.]
    thanks