php Diferentes单页页面para diferentes categories de帖子
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Diferentes单页页面para diferentes categories de帖子相关的知识,希望对你有一定的参考价值。
function custom_single_template($the_template) {
foreach ( (array) get_the_category() as $cat ) {
if ( locate_template("single-{$cat->slug}.php") ) {
return locate_template("single-{$cat->slug}.php");
}
}
return $the_template;
}
add_filter( 'single_template', 'custom_single_template');
以上是关于php Diferentes单页页面para diferentes categories de帖子的主要内容,如果未能解决你的问题,请参考以下文章
sql EANs repetidos para itens diferentes
php CF7 - Redireccion a diferentes paginas
如果是主页,如果是页面,如果是单页,否则如果
加载位于博客文件夹外的 index.php 内容以发布单页
CSS Opacidad en diferentes navegadores
java Convertir entre diferentes tipos de datos