【wordpress】コメントをどうぞを削除

  • 投稿者:
  • 投稿カテゴリー:wordpress

内容

テーマ[Twenty Twelve]について、記事に[コメントをどうぞ]が表示される

2013-11-09_122546

削除方法

content.php の以下ソースを削除する

2013-11-09_122500

<?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() ?>