<?php $postcate = get_the_category(); ?> <ul class="panList"> <li><a href="<?php echo home_url(); ?>">ホーム</a> > </li> <li><?php echo get_category_parents($postcate[0]->term_id,TRUE,' > '); ?></li> </ul>
忘れないようにメモ
<?php $postcate = get_the_category(); ?> <ul class="panList"> <li><a href="<?php echo home_url(); ?>">ホーム</a> > </li> <li><?php echo get_category_parents($postcate[0]->term_id,TRUE,' > '); ?></li> </ul>
忘れないようにメモ
コメント