php foreach((get_the_category()) as $childcat) { if (cat_is_ancestor_of(7, $childcat)) { echo $childcat->cat_name; }} ?> How does ist work in ...
確定! 回上一頁