2013-11-26 2 views

답변

0

시도해보고 값을 할당하십시오.

<?php $this_category = get_category($cat); ?> 

<?php if ($this_category->category_parent == 0) { ?> 
    <!-- If Parent --> 
<?php } else { ?> 
    <!-- Else This --> 
<?php } ?> 
관련 문제