Taxonomy PICK Filter for Tags?
I'm looking to have a pick column of just tags. How does one user the filter to show only tags (or just a category)?
1 Answer
Figured this out tonight if anyone needss to know how to filter for a certain type of taxonomy.
the SQL outputs WHERE 1
so we pick it up and use:
= 1 AND tx.taxonomy = 'post_tag'
if you want to filter for categories, change post_tag to category


