SOHO创业

wordpress根据文章分类自动调用指定页面模板

通过wordpress分类目录的别名来调用指定的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-newsinfo.php' ));
        }
 // 团队
 if( has_term('team', 'category', $post) ) {
 $new_template = locate_template(array('single-team.php' ));
        }
 // 案例
 if( has_term('case', 'category', $post) ) {
 $new_template = locate_template(array('single-case.php' ));
        }
 // 产品
 if( has_term('product', 'category', $post) ) {
 $new_template = locate_template(array('single-product.php' ));
        }
     }
 return ('' != $new_template) ? $new_template : $template;
 }

把上面的代码,添加到functions.php文件中即可。

Published
Categorized as 建站知识 Tagged ,

By SOHO

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

wordpress外贸建站2B或2C如何选

wordpress外贸建站,就是外贸公司用免费开源好用的wordpress系统,为自己的公司搭建一个网站。因页… Continue reading wordpress外贸建站2B或2C如何选

“简站”是一个WordPress主题

“简站”是一个WordPress主题,它通常以其简洁、现代的设计和易于使用的特点受到用户的喜爱。

自建外贸站群与租用外贸网站的比较分析

自建外贸站群和租用外贸网站各有优劣,适用于不同的业务场景和需求。在实际操作中,企业应根据自身的实际情况和需求,综合考虑成本、灵活性、定制性、品牌建设与推广以及风险与稳定性等因素,选择最适合自己的外贸网站策略。

WordPress外贸网站建设的成功要素与技术点

  WordPress作为一款强大的建站平台,为外贸企业提供了丰富的功能和灵活的定制选项。在这篇文章中,我们将… Continue reading WordPress外贸网站建设的成功要素与技术点

The Best WordPress Chinese Theme Simplified Website WordPress Theme

If you are looking for an excellent WordPress Chinese theme, Jianzhanpress.com is undoubtedly a good option worth considering.

建易独立站的功能和服务

建易独立站通过专业的建站服务和丰富的功能支持,能够帮助跨境电商企业快速搭建并运营自己的独立站,提升品牌竞争力。