Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPBカップ
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

WordPressのコメントから日時を削除する方法

WordPressのコメントから日付と時刻を削除することで、より合理的でタイムレスなサイトを実現することができます。

私たちは長年WordPressで多くのサイトをビルトインし管理してきましたので、お客様のニーズや好みに合わせてサイトをカスタマイズするニュアンスを理解しています。コメント設定を調整することで、サイトの美観を向上させるだけでなく、コメント自体のコンテンツを強調することで、より多くのエンゲージメントを促進することができます。

この投稿では、WordPressのコメントから日付と時刻を簡単に削除する方法を紹介します。私たちの手順は、簡単で効果的な実装を保証する、試行錯誤された方法に基づいています。

Removing date and time from WordPress comments

WordPressのコメントから日時を削除すべきか?

WordPressで日付と時刻を非表示にすることで、投稿が古く見えるのを防ぎ、WordPressのSEOと検索エンジンのランキングを向上させることができると考えるユーザーもいる。

しかし、私たちはこの意見に同意しない。実際、日付の削除はかなり問題があると我々は考えている。

詳しくは、WordPressの投稿から日付を削除してはいけない理由の投稿をご覧ください。

同じ引数がWordPressのコメントにも当てはまります。コメントから日付と時間を削除すると、重要な情報が非表示になり、古いコメントが奇妙に見えてしまいます。

しかし、コメントを通常のウェブコメントとは異なる方法で使用しているユーザーもいることを理解しています。例えば、WordPressのイントラネットやウェブアプリケーションなどです。

その場合、WordPressサイトのコメントから日付や時間を削除する必要があるかもしれません。

ということで、WordPressのコメントから日付と時刻を簡単に削除する方法を見てみよう。

WordPressのコメントから日時を削除する方法

テーマのfunctions.phpファイルにカスタムコードを追加することで、WordPressのコメントから日付と時刻を簡単に削除することができます。

しかし、コードタイプ中のわずかなエラーによって、サイトにアクセスできなくなる可能性があることに留意してください。

WordPressサイトにカスタムコードを追加するには、WPCodeを使用することをお勧めします。

市場で最高のWordPressコードスニペットプラグインであり、カスタムコードを超安全かつ簡単に追加できる。

まず、WPCodeプラグインをインストールし、有効化する必要があります。詳しい手順については、WordPressプラグインのインストール方法についての初心者ガイドをご覧ください。

注:WPCodeには、このチュートリアルで使用できる無料版もあります。ただし、有料プランにアップグレードすると、コードスニペットや条件ロジックなどのクラウドライブラリにアクセスできるようになります。

有効化した後、WordPress管理サイドバーからCode Snippets ” + Add Snippet ページにアクセスしてください。

ここから、「カスタムコードを追加する(新規スニペット)」設定の下にある「スニペットを使用する」ボタンをクリックする必要があります。

Add new snippet

カスタムスニペットの作成」ページが表示されますので、まずはコードタイプ名を入力してください。

次に、画面の右隅にあるコードタイプのドロップダウンメニューから「PHPスニペット」オプションを選択します。

Choose PHP snippet to remove date and time in WordPress comments

その後、以下のコードをコピー&ペーストして「コード・プレビュー」ボックスに入れてください:

// Remove comment date
function wpb_remove_comment_date($date, $d, $comment) { 
    if ( !is_admin() ) {
        return;
    } else { 
        return $date;
    }
}
add_filter( 'get_comment_date', 'wpb_remove_comment_date', 10, 3);
 
// Remove comment time
function wpb_remove_comment_time($date, $d, $comment) { 
    if ( !is_admin() ) {
            return;
    } else { 
            return $date;
    }
}
add_filter( 'get_comment_time', 'wpb_remove_comment_time', 10, 3);

その後、「インサーター」セクションまでスクロールダウンし、「自動挿入」モードを選択する。

これにより、サイト上でコードが自動的に実行される。

Choose auto insert mode

次に、ページを一番上までスクロールし、スイッチを「有効化」に切り替える。

最後に「Save Snippet」ボタンをクリックして、設定を保存します。

Save snippet to remove date and time

これで、WordPressのコメントから削除された日時を、サイトにアクセスして確認することができます。

この方法では、WordPressデータベースからコメントした日時を削除することはできません。

このコードを削除すると、サイト上のWordPressコメントに日付と時刻が表示されるようになります。

Preview for removing date and time in WordPress comments

ボーナス:WordPressの投稿から投稿者名を削除する

WordPressブログでは、コメントする日時や投稿者名を削除することができます。

通常、ブログ投稿に著者名を追加することで、ユーザーに追加情報を与え、エンゲージメントを高めることができる。

しかし、複数著者のブログを運営していたり、ゲストブロガーを管理している場合は、著者の名前を削除することで、サイトの一貫性を保つことができる。

WPCodeを使ってサイトにCSSコードスニペットを追加することで、簡単にこれを行うことができます。

Hiding the author name using custom code

詳しくは、WordPress投稿から著者名を削除する方法のチュートリアルをご覧ください。

WordPressのコメントから日付と時刻を簡単に削除する方法について、この投稿がお役に立てれば幸いです。WordPressのフッターにダイナミックな著作権表示日を追加する方法のチュートリアルや、ビジネスサイトに 必須のWordPressプラグインのリストもご覧ください。

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

情報開示 私たちのコンテンツは読者支援型です。これは、あなたが私たちのリンクの一部をクリックした場合、私たちはコミッションを得ることができることを意味します。 WPBeginnerの資金源 をご覧ください。3$編集プロセスをご覧ください。

アバター

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

究極のWordPressツールキット

ツールキットへの無料アクセス - すべてのプロフェッショナルが持つべきWordPress関連製品とリソースのコレクション!

Reader Interactions

24件のコメント返信を残す

  1. Pandu Aji

    Finally, i can get rid all dates from my evergreen content

    • WPBeginner Support

      Glad we could help show how to remove the dates :)

      管理者

  2. Dennis Muthomi

    I have a question relating to comments…is there a way to pin a reader’s comment in WordPress, similar to how YouTube allows pinned comments??

  3. Roger M. Jenson

    I agree that removing the date may not be the best idea. The blog entries at some sites show “Updated over a week ago” in the date area. I think that Updated over a ago where the time period could be week, month, six moths, etc. could be interesting. All I need is to learn how to do it.

  4. Chinmay Rajyaguru

    How to remove/change ‘at’ only?

    • WPBeginner Support

      For specific edits like that, you would want to reach out to the support for your specific theme.

      管理者

  5. Ivan

    Awesome! Thanks for sharing. My first attempt to play with theme coding and it worked :) Your advice is much appreciated!

    • WPBeginner Support

      You’re welcome, glad our guide could help :)

      管理者

  6. Ahmad Wali

    Can you please recommend any good plugin to completely hide comments, date section from wordpress websites?

  7. Marv

    Works like a charm! Thank you

    • WPBeginner Support

      Glad our article was helpful :)

      管理者

  8. Luke Thomas

    Thanks again, it worked like a charm on the website. It goes to show even for people who are not that familiar with coding can accomplish these tasks with the help of WPBEGINNER.

    • WPBeginner Support

      You’re welcome, glad our guide could help :)

      管理者

  9. Sahil Sharma

    Thanks for the solution.

    How to remove blank space create after remove date and time ??

    Thanks

    • WPBeginner Support

      That would require editing your theme’s CSS which is different for each theme. If you reach out to your theme’s support they should be able to assist.

      管理者

  10. Pete

    Hi,

    I tried to use the php code above and it worked
    But, how to use php code to remove ‘at’?

    I used the css code above, but that would be a hidden text. When I viewed the source code, ‘at’ was still there.

    How to use php code to remove ‘at’?

    Thanks

    • WPBeginner Support

      For that, you would normally want to reach out to your theme’s support and create a child theme to edit the comment template rather than use PHP.

      管理者

      • Saarika

        Date and time got removed but i can see the link on at. I am applying the css u mentioned but its not working

        • WPBeginner Support

          Your specific theme likely may have different stylings for your comments, if you reach out to your theme’s support they should be able to let you know.

  11. Angel Costa

    I truly hate every website that removes dates so its content seems to be everlasting. It’s misleading and we can’t tell if something is outdated or not.

    • Sofor

      Sorry, I can’t agree with you.

返信を残す

コメントありがとうございます。すべてのコメントは私たちのコメントポリシーに従ってモデレートされ、あなたのメールアドレスが公開されることはありませんのでご留意ください。名前欄にキーワードを使用しないでください。個人的で有意義な会話をしましょう。