Hi
I've been hunting around looking for a Macro / Method that gives a single numerical total for the number of Child Pages for the current Parent.
The intent is to use this child page count number along side the {expand} macro and {children} macro to create a crude page header which works something like (wiki pseudocode):
There are {ChildPageCount} Child Pages,
{expand:Click here to see child pages...}
{children:depth=1|sort=title|excerpt=true}
{expand}
Does anyone have any suggestions?
Thanks!