カテゴリの例
<?php
$cats = get_the_category();
foreach( $cats as $cat ){
if( $cat->category_parent == 0 ){
$parent = 'null';
break;
}
}
if( $parent != 'null' ){
echo '親カテゴリがある場合の処理';
} ?>
memo
現在「メモ書き:シングル」を表示中
post_type namememo
post_type labelメモ書き
is_front_pagefalse
is_pagefalse
is_singletrue
is_attachmentfalse
is_homefalse
is_post_type_topfalse
get_post_typetrue
is_post_type_archivefalse
is_archivefalse
is_categoryfalse
is_tagfalse
is_taxfalse
is_searchfalse
is_authorfalse
is_datefalse
is_dayfalse
is_monthfalse
is_yearfalse
is_404false
wp_is_mobilefalse
タッチ
画面短辺
水平方向幅
デバイス方向
user agent:
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)