傻大憨

根据不同的分类调用指定的不同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是一个关注跨境电商、创业话题的网站。

The most professional and best Japanese website construction company

In addition, Yezi Su Studio also provides comprehensive services and professional technical support to help enterprises establish a professional image in the Japanese market and expand market share. Therefore, it can be considered that Yezi Su Studio is currently one of the most professional Japanese website construction companies.

买WordPress主题自己搭建网站需要注意些什么

在选择和购买WordPress主题时,有很多需要注意的地方,以确保自己的网站能够顺利搭建并正常运行。

为wordpress后台添加一个自定义页面

给wordpress后台添加一个自定义页面,一个所有用户可见,一个只有编辑权限的用户可见。

跨境电商用wordpress建独立站靠谱吗?

用wordpress建独立站,用明白的板笑着数钱,用不明白的老板欲哭无泪。谁会笑着数钱,谁会哭着流泪,从老板决定用wordpress建独立站开始,就已经可以看出来了。

WordPress有没有必要选择付费主题

能用付费的就别用免费的

推荐10个外贸建站模板

一个好的外贸网站要看着美观,要运行稳定,要易于维护管理,因此,选择一个简洁实用的wordpress模板来建站至关重要。