One in every of the advantages of utilizing a WordPress website is the quantity of customization that it provides. From themes to plugins, there are seemingly limitless choices to create a wonderfully customized website. Nonetheless, there’s one component that appears a bit of trickier to change: the “Powered by WordPress” footer hyperlinks.
Happily, there are a number of strategies that you could select from to take away these credit. Even higher, there are strategies to go well with all varieties of customers.
On this tutorial, we’ll look into a few of the causes you may want to delete these hyperlinks and discover the precautions you’ll be able to take throughout the course of. Then, I’ll take you step-by-step by means of three common strategies for eradicating them. Let’s dive proper in!
Greater than 40% of all web sites are operating on WordPress. Based mostly on these statistics alone, likelihood is you’ve observed that a few websites you go to have the identical footer: “Proudly Powered by WordPress”:

Clicking on it should redirect you to the WordPress.org homepage. You’ve most likely additionally seen some web sites utilizing WordPress however don’t show the footer credit score. There are just a few potential causes as for why that is.
Websites that select to disguise this footer hyperlink could accomplish that as a result of they’re making an attempt to obtain a picture of self-sufficiency. You may select to accomplish that for the same purpose when you’re constructing a resume website to promote your expertise. You additionally may simply need to preserve it empty for aesthetic causes.
Releasing up the footer house can even go away room for extra website customization; some examples embrace including purposeful code or an Instagram widget. The footer seems on each web page of your web site, so it’s additionally a great place to put your contact data or a name to motion (CTA).
Nonetheless, there are additionally some causes to preserve the footer hyperlink. WordPress is free and efficient, making its footer hyperlinks a simple and delicate approach to credit score the platform that has helped you construct your website.
They’ll additionally act as a useful resource. The hyperlink can level guests who’re interested by web site creation in direction of some highly effective instruments to construct a website of their very own.
These are a few of the components to take into account when deciding if you’d like to take away the “Proudly Powered by WordPress” footer hyperlinks. The excellent news is that it’s a reasonably simple course of that you could all the time return and undo when you change your thoughts.
The very first thing to take into account is that sure, it’s authorized! The truth that WordPress doesn’t present a simple approach to take away these hyperlinks may offer you the impression that it’s not allowed. On the opposite, this freedom is only one good thing about the platform’s open-source nature.
WordPress is launched underneath the GNU Normal Public License. Which means that you’re free to change the software program in virtually any approach you need — together with the footer. Doing so won’t be readily apparent, however it’s utterly above board and inside your energy.
Even so, there are some things to take into account earlier than you begin the removing course of. For one, when you use the CSS methodology, you possibly can have an effect on your SEO (Search engine optimization).
We’ll focus on it extra later, however this operates in a really related approach to hidden spam hyperlinks that listing repeating, hidden key phrases to cheat the search rankings. As such, utilizing CSS could lead on to Google categorizing your website as spam and demoting it accordingly.
As with all huge adjustments to your website, I strongly suggest performing a website backup earlier than you begin. Not solely is that this usually good safety protocol, however it additionally safeguards you in case the worst occurs.
With all of that lined, let’s get into eradicating the “Proudly powered by WordPress” footer hyperlinks.
When you’re wanting to take away the default WordPress footer hyperlinks, there are three efficient strategies for you to select from.
Relying in your theme, it’s possible you’ll simply want to regulate some settings to get the job performed. Many builders anticipate that customers will need to customise this a part of their footers and make the possibility accessible.
If simply eradicating the WordPress footer hyperlinks is vital to you, it could be an element value contemplating while you’re deciding on a theme. An instance of 1 that gives this performance is Sydney Professional — we’ve outlined how to do that inside our documentation.
Basically, the strategy is the identical no matter the theme you select. First, head to Look possibility in the WordPress dashboard sidebar and choose Customise. In the Customizer, you’re in search of one thing related to Footer, Footer Choices, or Credit (the precise title of the menu is dependent upon the theme).
Inside this part, there needs to be an possibility the place you’ll be able to change the footer content material utilizing code. This can be utilized to add each the theme’s copyright and the WordPress hyperlinks to your footer:

If you’d like to do away with all the textual content, merely delete the code and go away an empty field. This could end in a clean footer. You can even regulate the footer when you’d prefer it to show completely different textual content or redirect elsewhere.
2. Straight Modify Your Theme’s Code
One other approach you’ll be able to take away the footer is by instantly modifying your theme’s code. As said earlier than, I extremely suggest finishing a backup earlier than you begin.
It’s additionally vital to modify code with a toddler theme and never the dad or mum theme itself. That is one other approach to shield towards by accident breaking your core recordsdata and the look of your website.
This methodology requires a File Switch Protocol (FTP) shopper. I like to recommend FileZilla because it’s a stable free approach to handle your recordsdata. When you’re accustomed to how to function it, it’s simple and steady to work with.
To begin, open the dad or mum theme with FileZilla. Discover the footer.php file and make a replica of it, however don’t delete it from the dad or mum theme’s recordsdata. As an alternative, save the copy in the baby theme’s folder underneath the identical title.
When you’ve moved it, search for some code like the following:
<div class="powered-by">
<?php
printf(
/* translators: %s: WordPress. */
esc_html__( 'Proudly powered by %s.', 'twentytwentyone' ),
'<a href="' . esc_url( __( 'https://wordpress.org/', 'twentytwentyone' ) ) . '">WordPress</a>'
);
?>
</div><!-- .powered-by -->
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #web page -->
<?php wp_footer(); ?>
When you’ve discovered it, delete that portion of the code from the baby footer.php file. Save your adjustments and activate your baby theme out of your WordPress dashboard.
Your WordPress website ought to now be displaying an actual copy of the authentic theme however with out the WordPress footer hyperlink. You may proceed to customise and regulate the baby theme as you usually would.
3. Use CSS for a Fast Repair
Like I mentioned earlier than, the CSS methodology does carry some danger. It could have detrimental results in your Search engine optimization due to Google flagging it as a spam method since the WordPress footer hyperlink will likely be hidden and never really eliminated.
Additionally, this methodology doesn’t work with all themes. Its success charge is a bit hit and miss, relying on how the theme you’re utilizing has been written. For these causes, it’s not really useful.
Nonetheless, it’s undeniably a fast and straightforward approach to take away the WordPress footer hyperlinks from view. When you’re in a pinch and want it gone rapidly, this can be a good possibility to tide you over when you look into the different strategies.
It could be a good suggestion to take different precautions on your search engine rankings when you’re going to use this methodology, comparable to selecting an Search engine optimization-friendly theme.
When you’ve gotten all of that squared away, begin by ensuring that the theme you need to disguise the footer hyperlink for is activated. Navigate to your WordPress dashboard and discover the Look possibility in the sidebar.
Choose the Theme Editor possibility. You’ll most likely routinely be taken to the Stylesheet web page underneath Theme Recordsdata on the proper aspect. Nonetheless, you may want to double-check earlier than you add something.

Subsequent, scroll to the backside of the type.css file and paste the following code:
.site-info { show: none; }
Lastly, click on the Replace File button. This could disguise the footer hyperlinks.
You can even add the customized CSS from the Customizer. For this methodology, open the customization web page of your theme by clicking the Look > Customise menu in your WordPress admin space. Right here, choose Extra CSS from the sidebar and paste the identical code as above into the discipline.

When you hit Publish, the CSS ought to have taken care of the footer hyperlinks. I need to reiterate that I solely suggest this as a short-term repair to use whereas determining which of the different strategies will work greatest on your website due to Search engine optimization issues.
Conclusion
When you’re wanting to absolutely personalize your WordPress website, the “Powered by WordPress” footer hyperlinks won’t match your picture. Happily, with a bit of little bit of time spent getting accustomed to your theme, it may be simply taken care of.
On this article, we lined 3 ways to take away these footer hyperlinks:
- Select a theme that comes pre-programmed with an possibility to disable them
- Rigorously alter your theme’s code
- Weigh the execs and cons of inserting extra CSS
How will you employ these strategies to customise your website? Tell us in the feedback part beneath!