Is it possible to get the a count of the number of items returned from perch_content_custom?
The use case is as follows:
Our client is adding special offers to their website. The offers are categorised 'beds' or 'flooring'. I want to be able to get a count for either so I can show a conditional menu.
I've tried:
However that returns the total count of all offers not just flooring.
Is this possible?