Query by returned term from taxonomy admin column
When clicking a returned term value from a posts / custom posts admin column view, that same post type is queried for all postings ‘tagged’ with the same term; the admin stays in that same post type admin column view.
The same doesn’t happen from a taxonomy column view perspective; when clicking a returned term value (term value retrieved by ACF custom field), no query occurs instead the admin is sent to the term edit screen.
What do I need to do so that while on a taxonomy admin column view page when I click on a returned term value -then the specific taxonomy is queried for any other terms ‘tagged’ with the same returned term?
Further more, the taxonomy column view page displays a linkable post count value. When clicked on a query and listing of all relevant posts (still in back-end admin column view) is the result. I see that it is difficult to display all relevant postings when it includes custom post types as well. Or is it?