WordPress 技巧:移除文章标签

有些时候需要移除文章标签,怎么办?在当前主题的 functions.php 文件中加入以下代码:

add_action('init', function(){
     unregister_taxonomy_for_object_type('post_tag', 'post');
 });

©我爱水煮鱼,本站推荐使用的主机:阿里云,国外主机建议使用BlueHost

本站长期承接 WordPress 优化建站业务,请联系微信:「chenduopapa」。