Forum

Thread tagged as: Question

How do I add a count to a navigation template?

perch_item_zero_index does not seem to work;

<perch:before>
<ul>
</perch:before>
        <li>Page Number (<perch:content id="perch_item_zero_index" />) <a href="<perch:pages id="pagePath" />" title="<perch:pages id="pageTitle" />"><perch:pages id="pageNavText" /></a></li>
<perch:after>
</ul>
</perch:after>
Martin Elliff

Martin Elliff 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

perch:content tags won't work in navigation. Use perch:pages.