Q.プランページを作る際に自動でできてしまう『プラン一覧ページ』を表示しないようにしたい
パンくずから外すか、親子構造を解除できるか何か方法はございますでしょうか?
A.下記の方法でカスタマイズしてください。
パンくずリストからプラン一覧ページの表記を非表示にする方法をご案内いたします。
編集するファイル: template-parts/breadcrumb.php
編集する箇所: 43~48行目の下記記述を削除または、<!– –>でコメントアウトする
<li class="p-breadcrumb__item c-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a href="<?php echo esc_url( get_post_type_archive_link( 'plan' ) ); ?>" itemscope itemtype="http://schema.org/Thing" itemprop="item"> <span itemprop="name"><?php echo esc_html( get_custom_post_label( 'plan' ) ); ?></span> </a> <meta itemprop="position" content="2" /> </li>
この記事は役に立ちましたか?
もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!