Hello,
I have a portfolio page displaying projects from different categories (custom ACF taxonomies). I would like to display how many projects are in each category.
https://creativedesigns.mysites.io/project-portfolio/
On the first tile (Restaurants), at the bottom, I have {{dc:term:count}} Projects
as the text.
I have set up a looper provider for the Div choosing the custom post type (Projects) and the taxonomy (Restaurants). It’s not working. I’m not sure why.
Is this the correct general way of doing this? Can it be done by just using the term count and adding something or does there need to be a provider for each tile?
Thanks.