一品网
  • 首页

去掉'分类','标签'字样


/**
 * 去掉'分类','标签'字样
 * Author: w
 * Date :2019.03.01
 */
add_filter( 'get_the_archive_title', function ( $title ) {
   if( is_category() ) {
      $title = single_cat_title( '', false );
   }elseif ( is_tag() ) {
      $title = single_tag_title('', false);
   }elseif ( is_tax() ) {
        $title = single_term_title('',false);
    }

   return $title;
});
WordPress

相关


腾讯云搭建个人博客wordpress

搭建LVS_nat,负载均衡两个wordpress应用

记wordpress博客windows平台转到linux遇到的问题

Day8-Redis、Mysql、Wordpress站点(nginx+php+mysql)、dubbo+zookeeper微服务、Ingress

wordpress报 [REQ_ERR: 403] [KTrafficClient] Something is wrong. Enable debug mod

wordpress报 [REQ_ERR: 403] [KTrafficClient] Something is wrong. Enable debug mod

wordpress 安装 Elementor PRO 插件(破解版)

Centos7 搭建wordpress

k8s中部署wordpress

关于 wordpress

听说你想在 WordPress 网站上嵌入 PPT ?

Wordpress笔记:WP如何设置网站邮件订阅功能?

标签

一品网 冀ICP备14022925号-6