カテゴリの例
<?php
$cats = get_the_category();
foreach( $cats as $cat ){
if( $cat->category_parent == 0 ){
$parent = 'null';
break;
}
}
if( $parent != 'null' ){
echo '親カテゴリがある場合の処理';
} ?>
現在「開発ログ:シングル」を表示中
user agent:
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)