

How to Remove Proudly Powered by WordPress from Footer-:
By default, WordPress does not allow you to proudly powered by WordPress remove or change. But after this tutorial, you can easily remove this footer credit from any WordPress theme. Here I will show three methods to remove it.
1.CSS Code
2.WordPress Plugin
3.Editing Footer.php
1. Proudly powered by WordPress Change Using Plugin-:
First of all, you need to install and activate the Remove Footer Credit plugin on your WordPress site or blog you can read my guide How to Install WordPress Plugin. After activating the plugin, click on Tool >> Remove Footer Credit option. A new page will open. All you have to do is copy the footer link of your WordPress theme and paste it into the “
Step 1: Enter text / HTML to remove (one per line)” box. After this, you can enter your desired theme credit text in the “
Step 2: Enter your own footer credit (one per line)” box. Below you can see the screenshot.
2. Removing Proudly Powered by WordPress Using CSS Code-:
By adding some CSS code to the WordPress theme customizer, you can easily remove the Proudly Powered by WordPress footer link. Click Appearance >> Customize >> Additional CSS and paste this CSS Code into the Additional CSS box.
.site-info {display: none; }
Now, click on the Save button and refresh your website, the footer credit link will go.
3.Changing Proudly Powered by WordPress using the footer.php file-:
This method can be a bit tricky for new bloggers. But don’t worry, you can easily remove or change the proudly powered by WordPress footer link by following this step o. Note: Back up your Footer.php file first. First, click Appearance >> Editor >> Footer. PHP and remove the following code shown in the screenshot. And paste the code below.
<a href=”https://justbrightme.com”>Customized by Amar Patel</a>
Replace the theme name and replace my name with your name.
If you like my work, Please Share on Social Media! You can Follow WP knol on Facebook, Twitter, Pinterest and YouTube for latest updates. You may Subscribe to WP Knol Newsletter to get latest updates via Email. You May also Continue Reading my Recent Posts Which Might Interest You.