How To Remove WordPress Logo From Admin Dashboard | WPSack
WPSack
  • News
  • WP Tutorials
  • Reviews
    • WP Plugins
    • WP Themes
  • SEO
  • Search Sensor
No Result
View All Result
WPSack
  • News
  • WP Tutorials
  • Reviews
    • WP Plugins
    • WP Themes
  • SEO
  • Search Sensor
No Result
View All Result
WPSack
No Result
View All Result

How to Remove WordPress Logo From Admin Dashboard

Editorial by Editorial
March 6, 2021
in WP Tutorials
0
Featured image for removing WordPress logo/icon from WordPress admin panel or WP dashboard

Design by WPSack

1
SHARES
95
VIEWS

In the WordPress admin panel, there’s a WordPress icon right after the Home icon and website name. If you find it distracting or don’t want to see the WordPress icon there in the admin panel, then follow the steps below to remove the WordPress icon from the admin panel.

For later use, copy this code to place in the ‘functions.php’ file in the Theme Editor.

/*Remove WordPress Logo From Admin Bar*/
add_action( 'admin_bar_menu', 'remove_wp_logo', 999 );
function remove_wp_logo( $wp_admin_bar ) {
$wp_admin_bar->remove_node( 'wp-logo' );
}

Removing WordPress Logo From Admin Panel

Log into your website on WordPress

If you can’t find the login URL of your website follow our ‘how to find WordPress login URL guide.’

Navigate to Appearance >Theme Editor

Find the ‘Appearance’ option on the left side of the admin panel sidebar and navigate to Theme Editor. Skip the warning prompt if it appears for the first time.

Copy the code given below and paste it in functions.php file

From the above snippet, copy the code and paste at the bottom of ‘functions.php’ file.remove wordpress logo admin dashboard

Click ‘Update File’ and reload the page

To save the settings, click update file button at the bottom of the page and reload.

The WordPress logo will be removed after that

Reload the page and the WordPress icon/logo will be removed from the admin dashboard.

Advantages of Removing WordPress Logo:

If you’re an owner of the website or a developer, removing the WordPress logo from the admin dashboard is useful in many ways.

  1. Prevent users/clients from knowing which platform you are using
  2. Make your site more professional
  3. Remove unnecessary functions
  4. A simple and clean UI of website
  5. Increase your credibility as a web designer
Tags: CodeWordPressWordPress CodingWordPress CustomizationsWordPress DashboardWordPress Guides
ShareTweetSendShareShareSend
Previous Post

Download Free Envato Elements Of 2022

Next Post

DesignEvo Review: One of the Most Recommended Logo Maker

Editorial

Editorial

Our Editorial Team consists of WordPress geeks, experts, and enthusiasts. Follow us @WPSack everywhere for WordPress related updates.

Related Posts

An illustration of a permalink of a website, how to refresh or flush permalinks in WordPress

How to Refresh / Flush Permalinks in WordPress

January 30, 2022
91
Integrate reCAPTCHA with Contact Form 7

How to add reCAPTCHA to Contact form 7 WordPress

June 6, 2021
136
configure reCAPTCHA featured image

How to register your website to use Google reCAPTCHA tool

June 6, 2021
92
How to delete a WordPress theme

How to delete a WordPress theme in 2022

June 4, 2021
75
Launching a Website

How to Launch a WordPress Website 2022

September 15, 2020
101
Featured image for how to edit breadcrumbs in genesis framework wordpress

Quick Guide to Edit Genesis Breadcrumbs in WordPress

August 1, 2020
71
Next Post
Free logo maker DesignEvo review

DesignEvo Review: One of the Most Recommended Logo Maker

Leave a Reply 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.

Recent Posts

  • Download Envato Free Files of The Month 2022
  • Google completes Page Experience desktop update rollout
  • Google is testing different colored text in SERPs
  • How to Refresh / Flush Permalinks in WordPress
  • Google’s John Mueller says, changing one URL might not impact rankings
  • About Us
  • Contact Us
  • Write for WPSack
  • Disclosure
  • Privacy Policy
  • Site Map
  • Google Search Update Sensor
Email: hi @ wpsack.com

© 2022 WPSack - WordPress Guides, Tutorials, and Reviews | A GameBird Media site.

No Result
View All Result
  • News
  • WP Tutorials
  • Reviews
    • WP Plugins
    • WP Themes
  • SEO
  • Search Sensor

© 2022 WPSack - WordPress Guides, Tutorials, and Reviews | A GameBird Media site.