Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter chaplaindoug

    (@chaplaindoug)

    I found this solution:
    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.

    <?php do_action( 'twentyeleven_credits' ); ?>
    <a>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator">
    <?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>

    4.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.

    NOTE: If you are using WordPress MultiSite, then the changes are made under Network Admin>Themes>Edit.

    Hi chaplaindoug – hopefully you are using a child theme? In which case this should be done in a copy of the footer.php file in the child theme. Otherwise, your changes will be overwritten when WP is updated.

    https://codex.www.ads-software.com/Child_Themes

    Thread Starter chaplaindoug

    (@chaplaindoug)

    Thanks WPyogi for the tip. I have now implemented a child theme for my site. Great tip!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Remove "Proudly Powered by WordPress" from the Bottom of the Page’ is closed to new replies.