I love your article on how to extend the plugin with a filter, allowing you to choose which rows in the table to output.
It works like a charm, but sometimes it's more convenient to use a template tag for such operations, as manually going through 50+ posts adding a second argument to each and one of them sounds like quite the hassle.
Is this possible with the current implementation, or can it be modified somehow to allow for filters to be used with template tags?
Thanks!