Removing label ‘WordPress’ from the title bar

Generally on our WordPress blogs, there is a label WordPress displayed in the title bar. Does anybody have an idea on how to hide or remove it?

My website is powered by WordPress multisite installation and like many people I wanted it as self-branded even though I keep a link back to wordpress.org in the footer.

Is it inappropriate to do this?

9 Answers
9

I personaly don’t think you should really do this, and I would leave it there if I were you – it is in fact a way to support WordPress, and don’t forget you got it for free. 😉

but, if you really want to do it, go to /wp-admin/admin-header.php

and remove — WordPress from this line:

<title><?php echo $title; ?> &lsaquo; <?php bloginfo('name') ?>  &#8212; WordPress</title>

Leave a Comment