Skip to navigation
linking terms with taxonomy in wordpress
29.05.25
``` SELECT x.term_id ,x.taxonomy ,x.description ,t.name FROM `wp9735term_taxonomy` AS x LEFT JOIN wp9735terms AS t ON x.term_id = t.term_id WHERE `taxonomy` = 'product_brand' order by t.name SELECT x.term_id ,x.taxonomy ,x.description ,t.name FROM `wp_term_taxonomy` AS x LEFT JOIN wp_terms AS t ON x.term_id = t.term_id WHERE `taxonomy` = 'product_brand' order by t.name ```
Reply
Anonymous
Information Epoch 1748835099
Fold knowledge into data so program logic can be stupid and robust.
Home
Notebook
Contact us