Q.質問内容
【投稿】で作成したブログ記事にタグを表示させたいのですが可能でしょうか。
A.下記の方法でカスタマイズしてください。
編集するファイル: single.php
編集する箇所: 230行目付近
<?php get_template_part('template-parts/sns-btn-btm'); ?> </div> <?php }; ?> <?php // banner bottom ------------------------------------------------------------------------------------------------------------------------
↓
<?php get_template_part('template-parts/sns-btn-btm'); ?> </div> <?php }; ?> <ul id="post_meta_bottom" class="clearfix"> <?php if ($options['show_category']){ ?><li class="post_category"><?php the_category(', '); ?></li><?php }; ?> <?php the_tags('<li class="post_tag">',', ','</li>'); ?> <?php if ($options['show_comment']) : if (comments_open()){ ?><li class="post_comment"><?php _e("Comment","tcd-w"); ?>: <a href="#comment_headline"><?php comments_number( '0','1','%' ); ?></a></li><?php }; endif; ?> </ul> <?php // banner bottom ------------------------------------------------------------------------------------------------------------------------
記事本文下ソーシャルボタンと関連記事上広告の間に表示されます。
この記事は役に立ちましたか?
もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!