Taxonomy PICK Filter for Tags?

0

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)?

asked Jul 13 '10 at 1:17

wesbos

56

add comment
enter at least 15 characters

1 Answer

0

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

answered Jul 30 '10 at 6:28

wesbos

56

add comment
enter at least 15 characters