Välkomstpanelen är en utvald funktion i WordPress dashboard för admin. Den erbjuder genvägar som hjälper dig att navigera i admin area.
Den är i viss mån avsedd att hjälpa användare som är new to WordPress att hitta rätt i admin-gränssnittet.
Många användare tycker att den här panelen är onödig efter ett tag. Den kan göra dashboarden rörig och distrahera från viktiga uppgifter.
Tack och lov är det enkelt att ta bort välkomstpanelen. I den här artikeln kommer vi att guida dig genom stegen för att göra det.
Varför ska man ta bort välkomstpanelen i WordPress?
Välkomstpanelen är en meta box som addas till dashboard vyn i WordPress admin area.
Den visar genvägar till olika sections på din WordPress site.
Syftet med välkomstpanelen är att hjälpa Beginner att hitta rätt i WordPress.
Men när du blir mer bekant med alla dessa locations kommer den här panelen att bli mindre användbar för you.
Att ha den på vyn trycker ner andra viktiga widgetar i dashboarden och gör dem mindre notice.
Låt oss se hur du enkelt kan bli av med välkomstpanelen från din WordPress dashboard vy.
Ta bort välkomstpanelen från WordPress dashboard
Det finns flera sätt att dölja och till och med helt ta bort välkomstpanelen.
Det enklaste sättet att remove det är att helt enkelt clicka på knappen ”Dismiss” högst upp till höger i panelen.
Du kan också ta bort välkomstpanelen genom att clicka på knappen Screen Options högst upp till höger på skärmen.
Detta kommer att ge en flygdown menu. Du måste avmarkera checkboxen bredvid alternativet ”Välkommen”.
Båda metoderna ovan döljer välkomstpanelen. Du kan komma åt den igen genom att clicka på knappen Screen Options och kontrollera boxen bredvid alternativet Welcome.
Det är dock också möjligt att helt ta bort välkomstpanelen, även från Screen Options.
Denna metod är obligatorisk för att du ska kunna add to code till din WordPress site. Om du inte har gjort det tidigare kan du ta en titt på vår guide om hur du klistrar in snippor från webben i WordPress.
Den här koden tar helt enkelt bort den action som addar välkomstpanelen till adminpanelen.
remove_action('welcome_panel', 'wp_welcome_panel');
You will need to add this code to your theme’s functions.php file or a code snippets plugin.
För att göra det ännu enklare kan du använda WPCode, det bästa WordPress code snippets plugin.
WPCode levereras med ett komplett kodbibliotek direkt i pluginet. I biblioteket kan du hitta kontrollerade, färdiga att använda PHP code snippets för populära funktioner som gillar att ta bort välkomstpanelen, ta bort WordPress versionsnummer, inaktivera comments, och mer.
Dessutom kan du enkelt add to code snippets utan att editera functions.php-filen i your theme.
Det första du behöver göra är att installera och aktivera det gratis pluginet WPCode. Om du behöver hjälp kan du läsa vår tutorial om hur du installerar ett plugin för WordPress.
När pluginet är aktiverat, gå till Code Snippets ” Library från din WordPress dashboard.
Sök sedan efter snippet ”Remove Dashboard Welcome Panel” och click the ”Use snippet” button.
WPCode kommer då automatiskt att add’a snippet.
Den kommer också att välja rätt metod för infogning.
All you need to do is toggle the switch from ”Inaktiverad” till ”Aktiv”.
Tryck sedan på knappen ”Update”.
Du kan nu gå till dashboard-skärmen och clicka på menyn Screen Options.
You will notice that the welcome panel alternative will no longer be available for all users.
Det var allt. Vi hoppas att den här artikeln hjälpte dig att ta bort välkomstpanelen i WordPress dashpanelen. Du kanske också vill se vår lista med tips för att förbättra admin area i WordPress och våra val av de bästa pluginsen för login page i 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.
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
Administratör
Heron
Thanks so much. Third option worked :))
WPBeginner Support
You’re welcome, glad our recommendation worked
Administratör
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.
Administratör
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
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!
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.
Administratör
Dennis Henson
How do you delete wordpress from a domain?
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.
Administratör
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.
Harsh
Which plugin do you use for creating coupons?