Skip to navigation
Insert terms into taxonomy in wordpress
29.05.25
``` INSERT INTO wp_term_taxonomy(term_id,taxonomy,description) SELECT t.term_id ,'pa_brand' as taxonomy ,'' as description FROM wp_terms as t WHERE t.term_id > 4222 ORDER BY t.term_id ```
Reply
Anonymous
``` INSERT INTO wp_terms(name,slug) SELECT t.name ,t.slug FROM wp9735term_taxonomy as x LEFT JOIN wp9735terms as t ON x.term_id = t.term_id where x.taxonomy = 'pa_size' ORDER BY t.term_id ```
29.05.25
Reply
Anonymous
Information Epoch 1748830857
Use software leverage to your advantage.
Home
Notebook
Contact us