Forum

Thread tagged as: Question

Displaying number of results in filtered region

Is there a way I can display the number of results in a filtered region on my page?

David Lee

David Lee 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Could be as simple as:

<perch:before>
    <perch:content id="perch_item_count" />
</perch:before>

If you're using pagination you can use total: https://docs.grabaperch.com/docs/templates/pagination/