Remove “Proudly powered by WordPress” from the footer | WP Learning Lab

Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL
Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist

Remove “Proudly powered by WordPress” from the footer | WP Learning Lab

Many free WordPress themes, and some paid ones, have a “Proudly Powered by WordPress” message in the footer. Although, there is nothing wrong with message, for the sake of branding many site owners want to get rid of it. Here’s how.

In the new 2017 WordPress theme that ships with the new version of WordPress the “Proudly Powered by WordPress” message is featured prominently in the footer.

2017, as well as every previous WordPress-made theme (2016, 2015, 2014, 2013, 2012, 2011, 2010), does not have a theme options panel. Meaning there is no easy way to edit the footer content.

You can use Customizer to make edits to content on the site and make layout changes, but the ability to edit the footer is conveniently missing.

Premium themes, and some free themes, have theme options panels where the footer is easily edited. This video demonstrates how to make changes in the premium Avada theme.

For the 2017 theme, the only option we have is to edit the footer.php file directly.

To find that file all you have to do is go Appearance, then Editor in your WordPress admin dashboard.

In the editor you will see a list of all the template files in the theme along the right side the page. Find footer.php and click on it to open it.

In the PHP that loads is all the content in the footer template and somewhere in there is code that is outputting the message.

To delete Proudly Powered by WordPress, we have to identify the correct PHP function. We do this by finding the wrappers of the footer content and selectively turning PHP functions offer using PHP comments.

Then we can see which function is generating which part of the footer.

Once we find the one outputting the footer message we can comment it out.

Following that, we can echo our own footer copyright statement.

And we’re done.

If you’re theme has a theme options panel things become even easier.

Open the theme options for your theme and find the footer section. Inside that section there is almost always a place where you can enter the text that will be displayed in the footer.

Update that text, same the update and voila, a new footer message.

Check out the blog post: https://wplearninglab.com/remove-powered-by-wordpress/

I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.

————–

If you want more excellent WordPress information check out our website where we post WordPress tutorials daily.

Home

Connect with us:

WP Learning Lab Channel: http://www.youtube.com/subscription_center?add_user=wplearninglab

Facebook: https://www.facebook.com/wplearninglab

Twitter: https://twitter.com/WPLearningLab

Google Plus: http://google.com/+Wplearninglab

Pinterest: http://www.pinterest.com/wplearninglab/

16 comments

  1. Commentaryoftheday on

    Thanks for the video. It was just what I was looking for. WordPress is meant to be easy, but they make it hard to take off their branding. I understand why they did it, just wish they hadn’t.

    Reply
  2. Jerry Landrum on

    I love your practical videos, Will you make a video showing how to mirror a wordpress website with no data or URL loss? Please

    Reply
  3. Daniel Smith on

    Thanks for the video. Out of all the videos I found you were the only one that gave me a clue to how I might remove it if it’s not straight forward. I had the hardest time removing that from my site. There was a PHP function or script (I don’t know php) and nothing about copyright, site-info, or powered by wordpress. After looking through all the files in the theme folder I finally found a random php file in the inc folder called template-tags.php. There I got rid of the code and it was finally made right. Thanks again!

    Reply
  4. Kmco India on

    i can do it for other themes but this not happening for theme freesia. How to remove for Designed by: Theme Freesia | Powered by: WordPress .

    Reply
  5. shebaz khan on

    What happens after the theme update it ( proudly powered by WordPress) will come back or not, please reply?

    Reply
  6. constructive10s on

    i had deleted the entire footer, got social media widgets gone, stumbled upon this video, i couldnt help it but subscribe, thanks a lot for this one!

    Reply

Leave a Reply

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

Show Buttons
Hide Buttons