WordPress批量修改文章的分类
- Saturday, February 7, 2009, 13:36
- Uncategorized
- 1,061 views
- 1 comment
wordpress文章比较多,想批量修改文章分类的话是比较麻烦的,2.7版本之前有插件可以实现的,不过已经不兼容了。
2.7版本默认是有这个功能的,但是一次只能批量修改15个,还是麻烦了些。
其实可以修改这个数字的,在wp-admin/includes/post.php中:
805行: wp("post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby");
修改这里的15为想要的数字就得。不过这种批量修改的方法只能增加分类,原来的分类还在,不能删减。
另外,还有个分类修改的插件 WP-Cats,ajax形式,用起来也不错。
Popularity: 6% [?]
One Comment on “WordPress批量修改文章的分类”
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!





收了,谢谢
[Reply]