PHPを使ってWordPressのようなカテゴリ構造を表示するには?
Array
( [0] => stdClass オブジェクト ( [cat_id] => 64 [名前] => 入浴用石鹸 [ナメクジ] => 入浴用石鹸 [cat_taxonomy_id] => 65 [分類] => product_cat [親] => 63 )
[1] => stdClass Object
(
[cat_id] => 65
[name] => Chemical
[slug] => chemical
[cat_taxonomy_id] => 66
[taxonomy] => product_cat
[parent] => 64
)
[2] => stdClass Object
(
[cat_id] => 63
[name] => Soap
[slug] => soap
[cat_taxonomy_id] => 64
[taxonomy] => product_cat
[parent] => 0
)
)