Twenty Twelve | How to Remove "Leave a reply" under the post title

Twenty Twelve in 1.1

Introducing the way to remove "Leave a reply" which will take you to comment area by clicking.

This is referred in content.php. so you should copy it into child theme directory and just comment out div element with [class="comments-link"]
[php]
<?php if(0){ // comment-out ?>
<?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() ?>
<?php } // comment-out ?>
[/php]

  • このエントリーをはてなブックマークに追加

関連記事

no image

(日本語) パーマリンク・スラッグなどURL カスタマイズ

Sorry, this entry is only available in 日本語.

(日本語) テーマ ブックマーク 2013

Sorry, this entry is only available in 日本語.

no image

(日本語) アップグレードで「更新を展開しています... 」のままになった場合の対処のひとつ

Sorry, this entry is only available in 日本語.

(日本語) jQueryをCDNから読み込む

Sorry, this entry is only available in 日本語.

(日本語) ブルー・オレンジ・ピンクと選べるテーマ「Bouquet」をカスタマイズ

Sorry, this entry is only available in 日本語.

no image

(日本語) アイキャッチにマウスオーバーすると投稿タイトルを表示

Sorry, this entry is only available in 日本語.

no image

(日本語) 「編集(Edit)」リンクの非表示方法

Sorry, this entry is only available in 日本語.

(日本語) 管理画面のCSSをカスタマイズ

Sorry, this entry is only available in 日本語.

(日本語) ログイン画面・機能をカスタマイズ

Sorry, this entry is only available in 日本語.

(日本語) Twenty Fourteen カスタマイズ

Sorry, this entry is only available in 日本語.

Comment

Message

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

    PAGE TOP ↑