Kode SQL Cara Menghapus Seluruh Tags di Postingan Wordpress
Kodenya adalah sebagai berikut:
delete from `wp_terms` where `term_id` in ( SELECT `term_id`
FROM `wp_term_taxonomy`
WHERE `taxonomy` = 'post_tag' ) and `term_id` not like 1
Membahas Tentang Cara dan Tutorial Blog, Adsense, PPC, dll
0 Response to "Kode SQL Cara Menghapus Seluruh Tags di Postingan Wordpress"
Posting Komentar