You are here: WordPress Video TutorialWordpress TutorialRemove “Proudly Powered By WordPress”

Remove “Proudly Powered By WordPress”

by Kimi on July 26, 2010

How to delete or remove twenty ten “proudly powered by wordpress” link in your wordpress 3 footer.

I have noticed some people want to know how to remove this link from their footers especially if they use twenty ten default theme.

Removing this link is allowed, however that’s the only way how wordpress as a great free blogging software advertising their links, which are not bad.

But if you really want to remove this footer link, you can follow the following tutorial.

It is more complicated than in kubrick theme, but it is also not difficult.

Note: For some of you, who might find links for “Install wordpress webhosting” (see image), those links are provided by your webhosting provider, they can be disabled by deactivate their plugins, in Dashboard/plugins. If you can’t find the plugin, contact your host.

Additional links from your webhost.

The footer link that we will remove:

Proudly powered by wordpress in v 3. twenty ten theme.

Steps to remove proudly powered by wordpress, including the small icon:

1. In your dashboard, go to “Appearance”, then “Editor”.

appearancewordpress

Appearance then Editor.

2. Look for footer file, which is footer.php, click this link.

Footer php file.

3. This will open your Twenty Ten’s footer.php file, scroll down and find this line of code:

<?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>

The code which should be deleted.

4. Delete that code, and click “Update File”.

blog seo

Video Tutorial:

Subscribe new tips via Email:

Was the post helpful? Share it to help others with:

{ 57 comments… read them below or add one }

Rahul Sonar July 28, 2010 at 6:38 am

Giving a small credit to the great software is a good thing. I don’t prefer removing this line.

Good tutorial though.. :)

Reply

Dina July 28, 2010 at 6:50 am

@Rahul Sonar, Hi there.

That’s so true, that’s why i wrote special line, that wordpress is a great free blogging software and putting the link is not a bad :)

Thank you for the comment Rahul.

Reply

美文 September 25, 2010 at 6:29 am

Your theme is so coolï¼

Reply

luap_123 October 20, 2010 at 6:42 pm

Hi
When you first visit the main domain of a website, it appears again at the bottom right footer, but then when you click to a new page, and click onto the home page again it disappears.
I want to get rid of it so it never appears again?
Any ideas?
thanks

Reply

Kimi October 21, 2010 at 8:46 am

Hey luap,

I unfortunately do not know what you meant.

I mean seeing your site will probably help.

Reply

luap_123 October 21, 2010 at 1:10 pm

Here you go
http://www.midlandsdrumlessons.co.uk

if you look at the bottom right of this first page, you can see the statement.

But then when you click on any of the links it disappears.
But its still there whenever you first visit that page (or if you click the back button to get to the first page again)
Any ideas?

Reply

Kimi October 21, 2010 at 1:40 pm

Hey luap_123,

How did you install wordpress? I mean with fantastico or manually uploading files to cPanel? I am guessing you have two installation folder?

Notice: this URL http://www.midlandsdrumlessons.co.uk/ goes to http://www.midlandsdrumlessons.co.uk/

But when you click logo, Home button, they all go to: http://www.midlandsdrumlessons.co.uk/wp/

Looks like you have the files all in /wp directory.

First, you have to fix those different URLs first, and then you can make this disappear.

luap_123 October 21, 2010 at 1:43 pm

Hi
Yeah, with fantastico or whatever its called.
Right, I’ll sort that.
thanks! Great help!

Reply

Kimi October 21, 2010 at 8:13 pm

Hi Luap_123,

I have checked your site just now, and it doesn’t change…

I hope it will get fixed soon, if you need any helps, feel free to contact me.

Good luck!

Reply

boxy October 30, 2010 at 10:24 pm

i’ve always wondered how to remove it from footer. thanks!

Reply

Kimi October 31, 2010 at 8:55 am

You’re welcome!

Reply

Lillie November 10, 2010 at 5:42 am

Hi Kimi,

Whenever I search for something, I always come back to your site….lol. I know how to remove the WordPress credit but I can’t find where to add my own credits or site name in the footer. Thanks in advance for your help.

Reply

Lillie November 10, 2010 at 5:53 am

Never mind Kimi, I just created a text widget in the footer. Thanks!

Reply

Kimi November 10, 2010 at 8:48 am

Yes! I have checked your site, and you did it!

Though there is a way to edit the footer file, i will post one tutorial about it maybe tomorrow.

Thanks to you for the idea!

Reply

Kimi November 10, 2010 at 8:47 am

Oh i love it when my readers come back Lillie LOL so i am happy to know it :)

Yes, please come back when you need something, i will gladly help if i can.

Your question was a really good idea, i have scheduled a post about it.

Thanks!

Reply

luap_123 November 23, 2010 at 3:12 pm

I followed the below rules to remove the part of the /WP from my URLS

In General Settings
I changed
Site address(URL)from

http://www.midlandsdrumlessons.co.uk/wp
to
http://www.midlandsdrumlessons.co.uk

so now my urls do NOT include the /WP section, which is great, but now all of the pages state “Proudly Powered By WordPress†in the footer.

I’ve gone to delete the part of the footer as you explain, but its not in there (as I deleted it before)

Can you advise please?
thanks

Reply

Kimi November 23, 2010 at 3:59 pm

Hello there,

You must did it incorrect, otherwise it would work.

Try to hide it with css, enter this code, right in the bottom of your style.css:
#site-generator{display:none;}

If it is still there, then check the file permission of your theme whether it is writeable or not.

Good luck!

Reply

luap_123 November 23, 2010 at 4:38 pm

I have hidden it by doing your below suggestion.
style.css:
#site-generator{display:none;}

Thanks you very much once again for that.

Next question though :)
How can I remove

“Posted on September 16, 2010 by admin
Posted in Uncategorized | Leave a comment”

From my home page?
Thanks

Reply

Kimi November 24, 2010 at 1:14 pm

Hi there,
For the posted on by admin thingy, you can follow this tutorial: http://www.blog.web6.org/remove-posted-on-by-under-post-title-twentyten/
And for the posted in leave a comment, add this code, in style.css in the bottom:
.entry-utility{display:none;}

Reply

luap_123 November 30, 2010 at 3:57 pm

WOW Kimi, you really are amazing! That worked a treat!
Would you happen to know how to remove all the text above the main image header so that the image header and everything below it moves up quiet a bit?
http://www.midlandsdrumlessons.co.uk

Thanks

Reply

Kimi November 30, 2010 at 7:38 pm

Hi Luap_123

Yes, i know how to do these things, but it need a time and a bit work to explain here, i suggest you to hire somebody to customise your site.

Thanks for visiting.

Reply

luap_123 December 1, 2010 at 5:06 pm

Do you think you will be doing a blog post for this soon as I’m sure its something a lot of users would like to know how to do?
Thanks

Reply

Kimi December 2, 2010 at 6:48 am

Maybe someday, good idea, thanks.

veli toplantisi December 1, 2010 at 11:27 pm

Thanks!nice post

Reply

Noman Jahangir December 6, 2010 at 12:04 pm

Hey Gr8 Info Sharing Nice

Reply

Mark December 18, 2010 at 2:21 pm

Thanks for sharing this one my friend..:)Gonna bookmark your blog..I am going to implement this one!Keep it up:)

Best Regards

Reply

chirs December 30, 2010 at 11:27 pm

very helpful source site.

Reply

Mare Nikolic January 10, 2011 at 5:35 pm

Very good tutorials. I’m going to try this with my next project…Makes things look a bit better…

Reply

Navya January 12, 2011 at 8:52 am

Hi Kimi,
Really Productive post! I’m dealing this word press, I’m just a beginner. This post is certainly useful for many of us. You told about the deletion of the link and Can you tell me how can we replace this with some other link??

Reply

Kimi January 12, 2011 at 11:13 am

Hi Navya,

To replace, you can add the usual html or php code in the same place.

I have made example, adding copyright text on twentyten: http://www.blog.web6.org/wordpress-copyright-footer-all-rights-reserved/

Thanks.

Reply

lydia January 31, 2011 at 11:41 am

i would like to say thank you
because has been 1 week i looking for this answer
now i get it here

it very helpfully
good job

Reply

sparrow February 8, 2011 at 6:54 am

hay kimi
thank u for giving ur leatest information

Reply

Abid February 9, 2011 at 9:26 pm

Very good tutorials.I really enjoy what you blog about here, very insightful and smart.

Reply

rick April 17, 2011 at 6:28 pm

thanks for this tutorial Kimi. really appreciate it.

Reply

Jone May 24, 2011 at 7:10 pm

But May Its Agianst Wordpress Tos !!
Waiting Ur Reply To Know If I Can Remove This Too
Thanks For Post

Reply

Kimi May 27, 2011 at 6:33 am

Jone,

No, it is not against wp ToS, if you want to be sure, ask wordpress.org forum

Reply

Donal June 24, 2011 at 5:19 pm

Hi, I am searching for an answer which is close to what you have done here.
I want to leave the writing on the footer, but I want to get rid of the wordpress logo, which comes before the line.
What code do I deleat to do this,

Thanks

Reply

Kimi June 28, 2011 at 7:04 am

Donal,

It depends on your theme files, without knowing the theme, I can’t help much.

Reply

Donal June 28, 2011 at 8:17 am

The wordpress default theme, twenty ten.

Reply

Kimi June 28, 2011 at 8:30 am

Hi Donal,

I would try adding this code:

#site-generator a{background-image:none;}

In the bottom of your style.css of Twenty Ten theme.

I hope this helps.

Reply

Donal June 28, 2011 at 4:59 pm

Worked perfect, thank you very much. I am signing up for your newsletter and I am going to have a good look through your site. I think I can learn from it.

Reply

yolları July 1, 2011 at 8:09 pm

hi kimi,thanks for expression.I executed your information and it run

Reply

Proactol July 15, 2011 at 10:18 am

Thanks for a good tutorial. However, I prefer to keep that line to give Wordpress some credits for their work.

Reply

denys August 20, 2011 at 1:31 pm

good info, thanks

Reply

cla matts August 23, 2011 at 5:04 am

tried this to one of my wordpress website and it gives me an error i think this is not applicable on all templates. just be careful but any way still useful post keep up the good work.

Reply

Trent Smallwood September 11, 2011 at 8:34 pm

Hi Kimi, Thanks for sharing this tutorial. I am fairly new to Wordpress, and I appreciate your help. The instructions were very easy to follow, and I’ll be sure to refer back to this post if I run into problems in the future. Thanks again.

Reply

Lance Panarello September 14, 2011 at 11:53 pm

Thanks for the easy-to-follow instructions, Kimi. I am pretty new to Wordpress, and I’m just in the learning stages. Your post seems very informative, and your instructions are very detailed. I will be sure to check back to your site in the future if I run into any problems with Wordpress. Thanks for sharing your expertise.

Reply

bozly September 21, 2011 at 12:36 am

thats a great little tip thanks I always think wordpress over does the logo

Reply

bozly September 21, 2011 at 12:37 am

great tip thanks

Reply

ravi kiran September 21, 2011 at 9:39 am

Thanks for posting this information..

Reply

Owen September 23, 2011 at 10:09 pm

wow. nice information you got here. I hope that you can elaborate more on the sidebar topic. because one of my Articles have the same problem with that. so if you can tell me more how to fix it, it would be nice!
Thanks!

Reply

emennet September 27, 2011 at 1:46 pm

I dont have the editor link i have to buy a premium themes for that?

Reply

Kimi September 27, 2011 at 8:25 pm

Hi emennet,

No, you don’t have to purchase a premium theme to have editor link, but you will have to install wordpress.org in a webserver.

Quick links to explain this:

http://www.blog.web6.org/recommended-webhosting-for-wordpress-starting-tips/
http://www.blog.web6.org/how-much-does-wordpress-cost/

Or to try it in your system, you can install wordpress.org in your computer:
http://www.blog.web6.org/install-wordpress-offline-wordpress-on-mac-or-windows/

I hope this helps

Reply

quilt September 30, 2011 at 11:16 am

It’s useful!Thanks for sharing.

Reply

shamsher November 12, 2011 at 1:08 pm

Its Use Ful to me also

Reply

shamsher November 12, 2011 at 1:09 pm

Its Use Ful to me also Thanks very much

Reply

Robert December 21, 2011 at 5:01 pm

Thanks for posting this information

Reply

Know better? Feedbacks, or Questions? Shoot! :-)

Please use a name instead of blog name or SEO stuff, otherwise it will be deleted right away.

About checkbox → See more my post:how to get rid of spam bots in wordpress post.

Thank you for visiting, you're always welcomed to be here again!

Previous post:

Next post: