All term_taxonomy_id in a select box
-
Hello. I’m looking for specialist’s help.
I would like to have something like this :
<select>
<option value=”{term_taxonomy_id}”>Category WP 1</option>
<option value=”{term_taxonomy_id}”>Category WP 2</option>
<option value=”{term_taxonomy_id}”>Category WP 3</option>
<option value=”{term_taxonomy_id}”>…</option>
</select>What is the MySQL Request in order to have all my categories in a select box ?
Thank you and excuse my poor english (i’m a french guy) !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘All term_taxonomy_id in a select box’ is closed to new replies.