Quantcast
Channel: 個別記事を属するカテゴリーと同じデザインにする へのコメント
Viewing all articles
Browse latest Browse all 6

ISプランニング より

$
0
0

>カイカイ様
コメントありがとうございます。
ご質問の内容ですが、それで良いと思います。


if(in_category('6')) {
include(TEMPLATEPATH . '/single-6.php');
} elseif(in_category('9')) {
include(TEMPLATEPATH . '/single-9.php');
} else {
include(TEMPLATEPATH . '/single-base.php');
}

こんな感じになります。


Viewing all articles
Browse latest Browse all 6

Trending Articles