去掉默认的文章分类名称中的Category:

January, 7th 2023 1 min read

php
1
      add_filter( 'get_the_archive_title_prefix', '__return_false' );
    

安装Code Snippets插件

新增一个new snippet,复制上面代码