admin管理员组文章数量:1316974
I have a auto feed website and there are too many unsueful tags that have just one or two post. Is there any sql code to clear all of these tags from database at once?!
I have a auto feed website and there are too many unsueful tags that have just one or two post. Is there any sql code to clear all of these tags from database at once?!
Share Improve this question asked Nov 8, 2020 at 13:02 m.javad koushkim.javad koushki 54 bronze badges1 Answer
Reset to default 0I found the sql code and It works fine. I just change 0 to 1
DELETE FROM wp_terms WHERE term_id IN (SELECT term_id FROM wp_term_taxonomy WHERE count = 0 );
本文标签: How remove tags just have one post
版权声明:本文标题:How remove tags just have one post? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742009164a2412560.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论