This may be beyond what your plugin is designed for but I thought I’d ask. It seems related to search but maybe not.
I am using custom fields for posts in such a way that the fields can only take on discrete values. For example:
Custom Field 1
Apples
Bananas
Cats
Dogs
where Apples, Bananas, etc are the only possible values. What I want to display is the number of posts for each value, for example:
Apples (6)
Bananas (10)
Dogs (4)
Cats is not displayed because there are no posts with Custom Field 1 set to Cats.
Do you know how this can be accomplished with either your plugin or another one that you may know about?
Thanks,
Steve