傻大憨

根据不同的分类调用指定的不同single模板

在wordpress的functions.php中,添加以下代码,即可实现根据不同的分类别名,调用指定的single模板。

add_action('template_include', 'load_single_template');

 function load_single_template($template) {
 $new_template = '';
 if( is_single() ) {
 global $post;
 // 新闻
 if( has_term('news', 'category', $post) ) {
 $new_template = locate_template(array('single-news.php' ));
        }
 // 案例
 if( has_term(array('case', 'case1', 'case2', 'case3', 'case4'), 'category', $post) ) {
 $new_template = locate_template(array('single-case.php' ));
        }

     }
 return ('' != $new_template) ? $new_template : $template;
 }
Published
Categorized as 建站知识 Tagged ,

By 傻大憨

shadahan.com是一个关注跨境电商、创业话题的网站。

新能源行业产品出海独立站搭建需要注意些什么

新能源行业产品出海独立站搭建需要注意以下几个关键点,每一个都不容忽视。

外贸SOHO建站

外贸SOHO建站是一个系统性工程,需要从前期准备、网站设计、SEO优化到推广等多个方面综合考虑。通过合理规划和执行,可以有效地提升网站的曝光率和询盘量,从而实现业务的增长和发展。

海外华人爱用简站wordpress主题搭建网站的10大原因

简站WordPress主题因其语言支持、本地化服务、简洁易用、SEO优化、响应式设计、定制性、成本效益、社区和支持、安全性以及兼容性等特点,受到了许多海外华人网站搭建者的欢迎。

怎么选择一个靠谱的wordpress建站公司

拥有一个功能强大、设计精美的网站对于企业来说至关重要。无论是展示品牌形象、推广产品,还是与客户互动,网站都是企… Continue reading 怎么选择一个靠谱的wordpress建站公司

简站wordpress主题的三大特点

简站wordpress主题的三大特点 1、理念“崇尚简约、鄙视繁琐、化繁为简、实用即可。”简站wordpres… Continue reading 简站wordpress主题的三大特点

The best WordPress service company in China

Jianzhanpress not only excels in WordPress theme design, but also has significant advantages in the field of foreign trade website construction, which can help enterprises achieve success in the international market.