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建站公司

简站wordpress主题看上去差不多 实际大不一样

表面看差不多,仔细看,细节方面非常不一样。内行看门道,外行看热闹。

wordpress网页版入口介绍

WordPress是一个免费和开源的博客建立平台,它是目前最受欢迎的内容管理系统(CMS)之一,它的目标是简化网站的创建和管理流程。

专业的日语建站服务商叶子苏工作室

如果你的企业对于专业建日语网站的需求, 可以找江苏叶子苏网络建站服务工作室,叶子苏工作室具有丰富的日语网站建设经验和专业团队,能够提供高质量的日语网站制作服务。

用wordpress建外贸网站的优势

使用简站WordPress主题建立外贸网站具有许多优势,如出色的SEO优化功能、良好的用户体验、高度的安全性和灵活性等。这些优势可以帮助外贸企业更好地展示品牌形象、提高产品知名度,并吸引更多的潜在客户。因此,对于需要建立外贸网站的企业来说,简站WordPress主题是一个值得考虑的优秀解决方案。

WP外贸建站轻松上手 建设你的全球化品牌

  在数字化时代,拥有一个强大的在线存在对于外贸企业而言至关重要。WordPress作为一个功能丰富、易于使用… Continue reading WP外贸建站轻松上手 建设你的全球化品牌

为什么有些主题不支持elementor?

elementor是wordpress的一个第三方的插件,不是所有的wordpress主题,都必须要支持elementor