type="text/css" />

How to remove Proudly powered by WordPress from Twenty Eleven theme?


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.

  1. Log in to your dashboard and go to Appearance > Editor.
  2. Select the footer.php file from Templates column.
  3. Now find the following piece of code between <div id="site-generator"> and <div id="site-generator"> tags.
  4. 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>
  5. Remove the code, press Update File button to save the changes.

Once the code is removed, you can place your links, copyright message and other information between the tags.

Regards,
Jinnat Ul Hasan





By Jinnat Ul Hasan | On Tuesday, July 19th, 2011 | Under How To's | 24 Comments »


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 footer code
  • twenty eleven theme remove "proudly powered"
  • wordpress twenty eleven remove proudly powered wordpress
  • change site generator wp
  • twenty eleven theme remove page title homepage
  • Proudly powered by WordPress remove
  • twenty eleven remove site generator
  • remove powered by image from wordpress theme
  • twenty eleven Proudly powered by WordPress remove
  • wordpress hide page title twenty eleven

Previous post:

Next post: