2013-11-26 57 views

回答

0

試試這個,並在其中賦值。

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

<?php if ($this_category->category_parent == 0) { ?> 
    <!-- If Parent --> 
<?php } else { ?> 
    <!-- Else This --> 
<?php } ?> 
相關問題