If you liked this article, you may also like: |
Since WordPress 3.2 has been released, I have received few emails and lots of search traffic asking for how to remove “Proudly powered by WordPress” from its new default theme Twenty Eleven.
Procedures are almost same as we did for Twenty Ten theme.
- Log in to your dashboard and go to
Appearance > Editor. - Select the footer.php file from Templates column.
- Now find the following piece of code between
<div id="site-generator">and<div id="site-generator">tags. - Remove the code, press
Update Filebutton to save the changes.
1 2 3 | <?php do_action( 'twentyeleven_credits' ); ?> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"> <?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a> |
Once the code is removed, you can place your links, copyright message and other information between the tags.
Regards,
Jinnat Ul Hasan
Jinnat Ul Hasan
DO YOU NEED OUR HELP?
Contact our experts, most of the time we assist our readers free of charge.Those who found this page were searching for:
- twenty eleven wordpress edit footer
- remove proudly powered by wordpress footer in twenty eleven theme
- remove proudly powered by wordpress from twenty eleven
- change "proudly powered by wordpress" on twenty eleven theme
- twenty eleven footer wordpress link remove
- 1.remove "Proudly powered by WordPress
- replace proudly powered by wordpress twenty eleven
- twenty eleven site generator
- wordpress twenty eleven theme remove powered by wordpress
- wordpress twentyeleven footer height





{ 21 comments… read them below or add one }
Very helpful. Thank you.
Do you know how to add a Copyright notice in its place for the Twenty Eleven theme?
Thanks,
Paul
Disregard my previous question. I was able to figure it out. Thanks for your site. It is awesome.
You are welcome Paul.
Thanks for the tip, Jinnat. I used the snippet in a blog post to explain how to Implement and customise a Twenty Eleven child theme: http://noseyparka.me.uk/2012/01/12/implement-and-customise-a-twenty-eleven-child-theme/
Excellent. Wish you all the best
Thanks my friend. Worked perfectly.
How do to modify the copyright without deleting in the footer by using an action hook then?
No hook can give you a nice footer customization for Twenty Eleven theme. Instead you should edit the footer.php file to remove the existing footer and add your own customization.
If you are using Child Theme, you should edit and save the footer.php file to child theme folder.
You can add your own stuff to the footer just calling
add_actionfortwentyeleven_credits, but that won’t remove any existing stuff.Great post, really inspired me.
Thank you Mark for your wonderful words.
Hello jinnat, your site is very useful!!
As a newbie here I want to know if in order to remove that form I have to delete the blue part in your example or the black part??
THANKS in advance!!
Our team has contacted you via email. Please respond to their email.
Thank you.
Thanks a lot Jinnat. I was trying this new theme and I think it’s great. I have some problems to remove this footer.php part, but finally I did it. You mark the exact part of code I was trying to modify with no success, Congrats for a very useful site!!
You are welcome. Let me know if you need further assistance.
It works! But only for all other pages except the Home/Main page, it’s still there..
Any ideas why it still shows up on the Main page?
Can you show us any example?
HA! Worked like a charm! Thank Jinnat! I am by far not a coder so I love when I can easily follow instructions that work
Glad these instructions worked for you.
All the best.
I read various articles from this site. I like your articles and will continue follow you site!!
Good job!
Thanks!
You are welcome Maria.
Thanks for the information. It worked.