We'll create fresh WordPress site with Nzymes installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Your Problem
Nzymes Solution
When citing authors in a post, you’d like to show the number of posts they published. Maybe there is a plugin for that, maybe there is not. Anyway, how difficult to code would it be? Quite easy, actually, given that WordPress has a function to do exactly that (count_user_posts).
With Nzymes, you could cite authors like this
As you know, {[ =john= | @my.cite(1) ]} and I are very good friends.
Which could be shown like this
As you know, John (42 posts) and I are very good friends.
With Nzymes, many things are just a couple of PHP lines away.
Nzymes injections are expressions like this: {[ enzyme-1 | enzyme-2 | … enzyme-N ]}
Manual: https://github.com/aercolino/nzymes/blob/master/nzymes-manual.md