How to make different categories shows that the category of different page
-
How to make different categories shows that the category of different page!
I want a different category pages show different templates!
it’s not the article pages
I have used this code in category.php<?php if (is_category('3')) { // looking for category 3 posts include(TEMPLATEPATH . '/category-3.php'); } else { // put this on every other category post include(TEMPLATEPATH . '/archive.php'); } ?>
But it can not show that category-3.php, always show archive.php.
If there is any way, how do I operate
Ths!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to make different categories shows that the category of different page’ is closed to new replies.