How to Remove “Powered by WordPress” Footer Link in WordPress [2024 Edition]

So you install a new WordPress theme or have a default WordPress theme, and you’re noticing the “Powered by WordPress” or “Theme by ABC” text below the footer.

For some, this is not even noticeable, but for others who go into deep WordPress development, they may like to replace it with their own custom text, showcasing their brand or website name, or hide it altogether, creating a more minimalist and streamlined footer.

Whatever the reason, it’s always good to experiment with your WordPress design for that minimalist or vibrant look.

In this article, I’ll guide you through the easy steps to remove or replace it with your own text.

So, let’s dive right in.

Can you legally remove “Powered By WordPress”?

You might be wondering if it is legal to remove “Powered by WordPress” or any other text below the footer.

Absolutely! WordPress is an open-source software made for people to tweak and modify as they like. You have the freedom to change the source code too.

If you want to adjust the default WordPress templates, like the footer that says “Powered By WordPress,” you can do it legally. This enables you to customize your website to reflect the aesthetic of your business.

Step 1: Getting Rid of Footer Links Using Built-In Tools

Some themes have handy features that let you easily remove or change links in the footer.

Here’s how to do it in a Genesis theme:

  1. Copy and paste this bit of code into a designated area of your WordPress dashboard (usually called Functions.php or a custom code plugin):
functions.php
function remove_links_in_footer( $foot_links ) {
return '';
}
add_filter('genesis_footer_creds_text', 'remove_links_in_footer');
  1. That’s it! The footer links should now disappear.

If you’re using a different theme framework, like Thesis:

  • Find out the specific filter name from the theme’s documentation (e.g., “thesis_show_footer”).
  • Replace the filter name in the code above with the correct one.
  • Save the code, and the footer links should be gone.

Step 2: Step 2: Checking Your Theme’s Settings

Many themes have built-in options to change or remove the “Powered by” link. It’s worth a look!

Here’s how to check:

  1. Open the Customize area: In your WordPress dashboard, go to Appearance > Customize.
Theme's Settings
  1. Look for footer options: Search for settings related to editing the footer, like “Footer Builder” or “Copyright.”.
Footer Builder
  1. Make your changes: If you find the right option, you can usually tweak or completely remove the text in a small editor.
Copyright
  1. Save and see: Remember to click Publish to make your changes live on your website!

Step 3: How to Get Rid of the WordPress Footer (Easy Way)

If you want to remove the footer completely while plugin, try this quick and easy plugin method:

  1. Install and activate the plugin called “Remove Footer Credit.”
Remove Footer Credit
  1. Find the plugin’s settings: Go to Tools > Remove Footer Credit in your WordPress dashboard.
Remove Footer Credit
  1. Tell the plugin what to do:
  • Type or paste the exact text or code you want to remove from the footer into the first box.
  • If you’re going to replace it with something else, write your new footer text in the second box. 
Powered by WordPress removed
  1. Click the Save button to make the plugin work its magic.

Final Result:

Powered by WordPress result

Final Say

The ability to remove the “Powered by WordPress” footer link in WordPress provides users with the flexibility to personalize their websites to align with individual branding. As of 2024, the process involves leveraging the open-source nature of WordPress, allowing users to modify the source code legally. This simple adjustment enhances the overall look and feel of a website, contributing to a more customized online presence. However, it’s crucial to proceed with caution and consider creating backups before making any changes to ensure a smooth and secure modification process.

FAQs on Remove “Powered by WordPress”

Why would I want to remove the “Powered by WordPress” link?

Removing the link allows you to create a more customized and professional appearance for your website. It’s a common practice for businesses and individuals who want their site to reflect their brand without promoting the underlying platform.

Are there any risks in removing the footer link?

While it is generally safe to remove the link, it’s essential to follow proper procedures and make backups before making any modifications. This guarantees that, in the event of any unforeseen problems, you may promptly restore your website.

Can I remove the footer link in any WordPress theme?

The ability to remove the footer link may vary depending on the theme and customization options provided. Most themes, especially those designed for customization, offer ways to modify or eliminate the “Powered by WordPress” link.

Want faster WordPress?

WordPress Speed Optimization

Try our AWS powered WordPress hosting for free and see the difference for yourself.

No Credit Card Required.

Whitelabel Web Hosting Portal Demo

Launching WordPress on AWS takes just one minute with Nestify.

Launching WooCommerce on AWS takes just one minute with Nestify.