最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How remove tags just have one post?

programmeradmin2浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

I 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 );

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论