Do you want to remove the default text "Proudly Powered by WordPress" at the very bottom of your WordPress Themes?

Recently, one of our subscribers asked us if it was possible to remove the credits at the bottom of the page on WordPress themes.

In this tutorial, we will show you how to remove the signature that lies at the foot of each WordPress default theme.

But before, if you have never installed WordPress discover How to Install a WordPress Blog in 7 Steps et How to search, install and activate a WordPress theme on your blog 

Then back to why we are here.

The default WordPress themes use the footer to display the "Proudly powered by WordPress" link. Many developers of WordPress themes often add their own credits, finally to show the similarity with the default WordPress themes.

Discover our selection of 10 WordPress plugins to customize the look of your website

But the commonly used format looks something like this "Powered by WordPress. Theme by XYZ ", where XYZ represents the name of the author.

But if you have a business website, then posting credits isn't very useful. Some even think it robs your website of a professional look.

Is it legal to remove the credit at the bottom of WordPress pages?

Many ask this question. Yes, it is perfectly legal to remove credits from the pages of WordPress themes.

WordPress is free, and it is distributed under the GPL license.

In short, this license gives you the freedom to use, modify, and even redistribute WordPress. Any WordPress themes or plugin that you download from the official WordPress.org directory and WordPress themes, even commercial WordPress themes are available under the same license.

See also How to remove the signature of WordPress on your blog 

So you have complete rights to do what you want with your website, including the removal of credit links at the bottom of the page.

Let's take a look at how to customize your WordPress footer and how to remove those credit links.

How to remove the "Powered by ..." credit

There are many ways to remove credit links from the bottom of WordPress, but we recommend only 2 ways to get there.

In the settings of the WordPress theme

Most good WordPress theme writers know that their users want the ability to remove credit links at the foot of the page. That's why they give this possibility in the settings of the latter. 

Different WordPress themes have this setting available in the settings. But the first place you should look for this option is in the Customizer.

For example, the theme " GetNoticed By Michael Hyatt gives users the ability to customize footer text, as well as disable credit links.

Other places you can look are the WordPress theme options pages in the dashboard or inside the widgets section.

Edit the file "footer.php" of your WordPress theme

If your WordPress theme does not have the ability to remove or edit WordPress footer credits in the dashboard, then your only option is to edit the code in the footer.php file. 

You can find this file in your folder:

"/Wp-content/themes/votretheme/footer.php"

where "yourtheme"  is the name of the folder of your WordPress theme.

You just have to open this file in a text editor and search for the text to delete "Powered by", it is very likely that this text is in English or in another language.

You know that WordPress, its themes and plugins are multilingualso that the display text of a section may not be the original text in the code.

In Twenty Fifteen's default WordPress theme, the code looks like this:

<?php

/ **

* Fires before the twentysixteen footer text for footer customization.

*

* @since Twenty Sixteen 1.0

*/

do_action ('twentysixteen_credits');

?>

"Rel =" home ">

">

You can delete this text entirely or customize it according to your needs.

Avoid the CSS method at all costs

Now some WordPress tutorial can show you a method with the property “display:none; of CSS to hide credit links at the bottom of the page.

However, this poses a big disadvantage to your SEO. Google doesn't like to hide links with "display: none" because it is a technique that spammers use to hide user links while showing those links to Google (in the hope of higher rankings).

Discover How to improve your SEO 10 steps

Your website may be "marked" (negatively), and this will cause you to lose your ranking on the search engines.

So, whatever you do, do not use this method:

# Site-info {display: none}

Although this solution seems efficient and fast, it is unfortunately not good for SEO especially if links are there.

Discover also some premium WordPress plugins  

You can use other WordPress plugins to give a modern appearance and to optimize the handling of your blog or website.

We offer you here some premium WordPress plugins that will help you do that.

1. Justified

The WordPress Justified plugin is a responsive gallery plugin that aligns your thumbnails in a justified grid using jQuery, as on Flickr. It brings features that will distinguish your galleries from those of competitors!

Its main features are: responsive layout, hover special effects, automatic grid realignment, an editor shortcodes, fully customizable appearance, support for multiple viewers and many more ...

Download | Demo | Web hosting  

2. Category and Product Filter Plugin for WooCommerce

This WordPress extension WooCommerce plugin comes with some cool features from which the user will be able to filter products based on category, price range, color, or other attributes. Each category will be associated with a type of product.

Its search functionality will be an important aspect of your online store, it will play a vital role in increasing sales and increasing Conversion rate from your online store.

It will improve the consistency of your e-Commerce website to provide a better product filtering process. User experience will be amplified so that users can not waste time searching for products.

As this feature is AJAX based, there will be no need to reload the entire page after applying filters, as related products will be displayed instantly.

Download | Demo | Web hosting

3. Media Library Categories Premium

This WordPress plugin offers you the possibility to use categories in the WordPress Media Library and to filter them when inserting media in your publications.

When enabled, a drop-down list of categories will appear in the Media Library. You will be able to change the category of multiple items at once with bulk actions.

Its features include: adding, editing, and deleting categories, group editing multiple categories, filtering your media and categories in the media library, and more.

Download | Demo | Web hosting

Other recommended resources

We also invite you to consult the resources below to go further in the grip and control of your website and blog.

 

 

Conclusion

Here ! That's it for this tutorial. We hope you will be able to hide your credit links on your WordPress theme. feel free to share the tip with your friends on your social networks.

However, you will also be able to consult our resources, if you need more elements to carry out your projects of creation of Internet sites, by consulting our guide on the WordPress blog creation.

But in the meantime, tell us about your Comments and suggestions in the dedicated section.

...