is it possible to create a subcategory.php
and use it to manage subcats.
or is there a way to get around this.
if it is not possible.. is there something like this
<?php if(is_subcategory() || child() ) {
//do stuff
} else {
// do else
} ?>
|
|
|
I don't think it is possible to create a subcategory.php, but you can do the following in your category.php:
|
|||