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]

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

関連記事

(日本語) コメント欄停止・コメント削除

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

(日本語) ウィジェット関連のカスタマイズ・プラグイン

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

no image

(日本語) 「固定ページ」ウィジェット カスタマイズ

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

(日本語) Twenty Fourteen 「投稿日」や"先頭固定表示"を非表示

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

(日本語) 新年早々やらかした

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

(日本語) titleタグ(wp_title) カスタマイズ

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

(日本語) ポップアップが実装できるプラグイン「Anything popup」「Easy Modal」

Easy Modal[/caption] Easy Modal[/caption] Easy Modal[/caption][caption id="attachment_8281" align="

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

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

(日本語) Twenty Twelve サイトタイトルをテキストから画像に置き換え

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

(日本語) 「Google Analytics for WordPress」投稿URLにやたら長いパラメータがついてしまう

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

Comment

Leave a Reply to ブログ作り直し「TwentyTwelve改変」 | とある河畔の書庫 Cancel reply

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 ↑