What is the correct wpdb custom query for this:
taxonomy=pa_main-genre&post_type=product&orderby=name&order=asc
Basically i am trying to do is,list all the terms for pa_main-genre. Thank you very much
|
What is the correct wpdb custom query for this:
Basically i am trying to do is,list all the terms for pa_main-genre. Thank you very much |
|||
|
|
|
If you want a list of the terms, use get_terms():
|
|||||||
|