Daily Tip: 2 Easy Ways to Remove the “Powered by WordPress” Link

September 2, 2010  | 
18 Comments

One of the most frequently asked questions for new WordPress users is how to remove the “Powered by WordPress” link. Of course, it’s a nice thing to do to leave it in there, but WordPress is licensed under the GPL, so there’s no need to worry if you want to remove it. Perhaps you don’t want to advertise to the world that your site runs on WordPress. Here are two easy ways to remove that from your site’s footer:

Option 1: Remove it Using CSS

Method one is perhaps the simplest way. Go to your dashboard and find Appearance >> Editor and then select your style.css file. Paste this in there and you’re good to go:

#site-generator {
    display: none;
}

Option 2: Remove it from footer.php

In your WordPress dashboard go to Appearance >> Editor and remove the section that looks like this:

<div id="site-generator">
				<?php do_action( 'twentyten_credits' ); ?>
				<a href="<?php echo esc_url( __('http://wordpress.org/', 'twentyten') ); ?>"
						title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator">
					<?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>
				</a>
			</div><!-- #site-generator -->

Featured Plugin - Start your own Quora / StackOverflow / Yahoo Q&A site

It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more

Featured Plugin - Host sites, get paid, just like WordPress.com

If you've ever wondered how you could offer a paid site management and hosting service, then this is the plugin for you. Offer a freemium or paid service, for any niche you like, it's powered Edublogs.org to success already!
Find out more

Featured Plugin - Every great SEO tweak you need, in one snazzy bundle

Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more

Featured Plugin - Easily integrate your WordPress site with Facebook

Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more

Featured Plugin - Send beautiful html email newsletters, from WordPress!

Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more

Featured Plugin - Open an Online Store with MarketPress

Out of all the WordPress ecommerce plugins available, this has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more

Featured Plugin - Turn any WordPress page into a fully featured wiki!

To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more

Featured Plugin - Start Your Own Powerful Membership Site

If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more

Featured Plugin - Add bottom corner (or anywhere else) chat to your site

No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more

18 Responses to Daily Tip: 2 Easy Ways to Remove the “Powered by WordPress” Link

  1. You should probably point out that this is only really relevant to the 2010 theme. Most themes these days tend not to include this code :)

  2. Thanks for the script and the information. Have already included it. Keep them coming, I’ll check back.

  3. I was thinking to include some other line my themes footer and I did not know it can be done editing footer.php. It can be done so easily..Thank you for the tips.

  4. I’ve always been really hesitant of using display:none to hide a link. Start doing that too often and Googlebot may think you’re trying to hide links for SEO purposes.

  5. thank you so much for this information :P i spent forever looking around till i found this article… not everyone wants to advertise they are using wordpress, especially since alot of spammers specifically target wordpress sites to get linkbacks…

    Thanks again :P
    Linda

  6. Thanks for this very helpful information. :-)
    Linda, spammers use so many ways to target blogs, so I don’t think this is a big issue.

  7. It can be done so easily..Thank you for the tips

  8. I was thinking to include some other line my themes footer and I did not know it can be done editing footer.php. It can be done so easily..Thank you for the tips.

  9. Thanks for sharing Sarah

  10. [...]

    Daily Tip: 2 Easy Ways to Remove the “Powered by WordPress” Link – WordPress, Multisite and BuddyPress plugins, themes, news and help – WPMU.org
    [...]

  11. [...]

    Daily Tip: 2 Easy Ways to Remove the “Powered by WordPress” Link – WordPress, Multisite and BuddyPress plugins, themes, news and help – WPMU.org
    [...]

  12. Thanks for sharing, Sarah

  13. Thanks for the helpful tips.

  14. Thank you for this helpful information – it worked as it should..
    Hafsteinn from Iceland

  15. I appreciate you taking the time to create this post. It continues to be really useful to me indeed. Enjoy it.

  16. Aadding the css to a child theme protects the revision from wordpress upgrades so you don’t have to repeat it:

    #site-generator {
    display: none;
    }

Click on a tab to select how you'd like to leave your comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting