We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37551
    • 2 Posts
    I need to show total number of child documents.
    There is one good Wayfinder's parameter: showSubDocCount.
    But it is away in this docs (http://rtfm.modx.com/display/ADDON/Wayfinder#Wayfinder-Parameters).

    If i use snippet
    [[!Wayfinder? &startId=`6` &level=`0` &showSubDocCount=`true` &rowTpl=`Categories`]]

    and test chunk
    <p>[[~[[+uri]]]]</p>
    <p>[[+pagetitle]]</p>
    <p>[[+wf.subitemcount]]</p>

    it shows 0 (but children exists).

    How can i solve this problem?