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]

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

関連記事

(日本語) Twenty Fourteen クレジットを非表示・変更方法

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

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

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

(日本語) 独自のCSSやJSを読み込む

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

(日本語) 投稿記事から「(ログイン)ユーザー名」がバレるのを防ぐ

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

(日本語) 「カテゴリー」ウィジェット カスタマイズ

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

(日本語) 「タグクラウド」ウィジェット カスタマイズ

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

(日本語) ie.cssの子テーマ化など Twenty Twelve 1.1での変更点

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

(日本語) 条件を付けて訪問時に開くポップアップを実装できる「WordPress Popup」

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

(日本語) 画像マウスオーバーでキャプションを表示

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

Twenty Twelve | How to unlink Open Sans font

Twenty Twelve loads "Open Sans" font style as special font. in case you don't need this you can unl

Comment

Leave a Reply to 投稿・固定ページのタイトルを隠す! » WordPressの勉強中です 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 ↑