Twenty Twelveのテーマを使用すると、記事タイトルの下に「コメントをどうぞ」のリンクが表示されます。
Twenty Twelveにあるcontent.phpファイルのentry-headerクラス内にある下のコード部分を削除すると表示されなくなります。
<?php if ( comments_open() ) : ?> <div class="comments-link"> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentytwelve' ) . '</span>', __( '1 Reply', 'twentytwelve' ), __( '% Replies', 'twentytwelve' ) ); ?> </div><!-- .comments-link --> <?php endif; // comments_open() ?>
スポンサーリンク
コメント