Is there a way to filter my authors based on their post count. On my home page, I’d like to fetch the top 10 authors based on the number of posts they have assigned to them. Is this possible?
So something like
{{#get “authors” limit=“10” filter=“post_count < 10”}}