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

WordPressダッシュボードのウェルカムパネルを削除する方法

ウェルカムパネルはWordPressダッシュボードの機能です。管理エリアをナビゲートするためのショートカットを提供します。

特に、WordPressを初めて使うユーザーが管理者インターフェースを使いこなすのを助けることを目的としています。

多くのユーザーは、しばらくするとこのパネルが不要になることに気づく。ダッシュボードが乱雑になり、重要なタスクの邪魔になることもある。

ありがたいことに、ウェルカムパネルを取り外すのは簡単です。この投稿では、その手順を説明します。

Remove welcome panel in WordPress dashboard

なぜWordPressのウェルカムパネルを削除するのか?

ウェルカムパネルは、WordPress管理エリアのダッシュボード画面に追加されるメタ情報です。

WordPressサイトのさまざまなセクションへのショートカットを表示します。

Welcome Panel

ウェルカムパネルの目的は、初心者がWordPressの使い方を見つけるのを助けることです。

しかし、これらすべての場所に慣れるにつれて、このパネルはあまり役に立たなくなるだろう。

画面上にあると、他の重要なダッシュボード・ウィジェットが押し下げられ、目立たなくなる。

WordPressダッシュボード画面からウェルカムパネルを簡単に取り除く方法を見てみましょう。

WordPressダッシュボードからウェルカムパネルを削除する

ウェルカムパネルを非表示にしたり、完全に削除したりする方法は複数ある。

最も簡単な削除方法は、パネルの右上にある「Dismiss」ボタンをクリックすることだ。

Dismiss welcome panel in WordPress dashboard

画面右上の表示オプションボタンをクリックして、ウェルカムパネルを削除することもできます。

フライダウンメニューが表示されます。Welcome’オプションの隣にあるチェックボックスのチェックを外してください。

Remove welcome panel using Screen Options in WordPress

上記のどちらの方法でもウェルカムパネルは非表示になります。画面オプションボタンをクリックし、ウェルカムオプションの隣にあるチェックボックスをオンにすることで、再びアクセスすることができます。

しかし、表示オプションからもウェルカムパネルを完全に削除することも可能です。

この方法では、WordPressサイトにコードを追加する必要があります。WordPressにスニペットを貼り付ける方法をご覧ください。

このコードは、ウェルカムパネルを管理ダッシュボードに追加するアクションを削除するだけです。

remove_action('welcome_panel', 'wp_welcome_panel');

このコードをテーマのfunctions.phpファイルまたはコードスニペットプラグインに追加する必要があります。

さらに簡単にするために、最高のWordPressコードスニペットプラグインであるWPCodeを使用することができます。

WPCode

WPCodeは、プラグイン内に完全なコードライブラリが付属しています。ライブラリでは、ウェルカムパネルの削除、WordPressのバージョン番号の削除、コメントする無効化など、人気のある機能リクエストのための検証済みのすぐに使えるPHPコードスニペットを見つけることができます。

さらに、テーマのfunctions.phpファイルを編集することなく、簡単にコードスニペットを追加することができます。

最初に行う必要があるのは、無料のWPCodeプラグインをインストールして有効化することです。ヘルプが必要な場合は、WordPressプラグインのインストール方法のチュートリアルを参照してください。

プラグインを有効化したら、WordPressの管理ダッシュボードからCode Snippets Libraryにアクセスしてください。

次に、「Remove Dashboard Welcome Panel」スニペットを検索し、「Use snippet」ボタンをクリックします。

Search for the Remove Dashboard Welcome Panel snippet in WPCode library

WPCodeは自動的にスニペットを追加します。

また、適切な挿入方法も選択される。

WPCode's Remove Dashboard Welcome Panel snippet

必要なのは、スイッチを「非アクティブ」から「有効化」に切り替えることだけだ。

そして「更新」ボタンを押す。

Activate and update snippet in WPCode

ダッシュボード画面にアクセスし、表示オプションメニューをクリックします。

ウェルカムパネルオプションがすべてのユーザーで利用できなくなることにお気づきでしょう。

Welcome panel removed from dashboard and Screen Options menu

これですべてだ。この投稿が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.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

アバター

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.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

15件のコメントLeave a Reply

  1. Nirmal

    Hi, how can I get rid of the auto-generated meta description “Welcome to WordPress? This is your first post. Edit or delete it, then start writing! ” from my web site? Further, I have deleted the “Hello World” & “Sample Page” from my page lists permanently but still, they are appearing when I browse to see my site. Please help.

    • WPBeginner Support

      You would want to start by clearing all caching on your site as that sounds like you are still seeing the information for the auto-generated first post

      Admin

  2. Heron

    Thanks so much. Third option worked :))

    • WPBeginner Support

      You’re welcome, glad our recommendation worked :)

      Admin

  3. Lauren

    Hi! I just tried adding the code to the functions.php file in my child theme on a Divi site to remove the Welcome panel. I loaded it on a playground site I use for testing. After saving the functions.php file change, I have refreshed (hard refresh) and logged out and back in. No luck. Any thoughts on why it wouldn’t work? I have other functions.php customizations that are working just fine. Has the code by chance changed since this post came out? Thank you for your help!

    • WPBeginner Support

      You may have a plugin or theme that is conflicting with the code to remove the welcome panel for a possible reason.

      Admin

  4. Tariq

    Thank you for the tip, but how can we update it or customize the user outputs not removing or hiding it? can you help in this please?

    Thank you,
    Tariq

  5. Maria Blanco

    I want to delete panels 2 and 3 from my static HOME page, but keep the menu item selections that appear at the top of that page (Affinity theme)—Or at least make them match the pages that are linked at the top of the page.

    How can I do this?? I’ve been searching and stumbling around forever.

    Many thanks!

  6. Dennis Henson

    How do you delete a an installed theme from wordpress?

    • WPBeginner Support

      Hi Dennis,

      Simply login to WordPress admin area and go to Appearance » Themes page. If the theme you want to delete is currently active, then you will first need to switch to another theme. After that you can click on the theme you want to delete and then click on the Delete link.

      Admin

  7. Dennis Henson

    How do you delete wordpress from a domain?

  8. Ryan Pradhan

    Hi, I completed creating my website, but I accidentally clicked the dismiss button, I am new to this & I want it back. I tried clicking Screen Options menu but | don’t see the welcome option. How can I get this fixed. Thanks.
    Ryan

    • WPBeginner Support

      Hi Ryan,

      The Screen Options button is on the top right corner of your screen just below the WordPress admin bar.

      Admin

  9. Michal Detko

    Hi how can I totaly disable the “Latest from WPBeginner” from dashboard.
    It comes with one of your promo action, but I dont want it there.

  10. Harsh

    Which plugin do you use for creating coupons?

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.