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搭建海外旅游网站具有许多优势,包括灵活性、易用性、SEO优化、安全性、集成支付系统、用户评论和社交分享、兼容移动设备、日历和预订功能以及社区和用户互动等。

WordPress外贸建站模板选择:关键因素与详细分析

在当今全球化的商业环境中,外贸建站已成为企业拓展国际市场、提升品牌形象、增强竞争力的关键手段。WordPress作为一款功能强大、易于使用的建站平台,受到了众多外贸企业的青睐。

为wordpress添加自定义多级菜单的方法

要在WordPress中创建多级菜单,您需要使用递归函数来处理菜单项的嵌套关系。

什么样的网站不适合使用WordPress?

WordPress作为全球应用最广泛的CMS系统,很好很强大,被从多的网站使用。但是,也不是所有的网站。下面简站WP小编从自己多年WordPress建站经验的角度,给大家讲讲,有哪些网站不适合使用WordPress搭建。

WordPress外贸建站的灵活功能应用

  在竞争激烈的外贸市场中,建立一个突出的品牌形象是成功的关键之一。通过WordPress外贸建站,您可以利用… Continue reading WordPress外贸建站的灵活功能应用

优化WP外贸建站提升用户体验

  在竞争激烈的外贸市场中,拥有一个卓越的网站是吸引并保持客户的关键。WordPress作为一个强大的建站工具… Continue reading 优化WP外贸建站提升用户体验