Site icon TechAIpost

Remove footer credit “Proudly powered by WordPress” from wordpress theme

Remove footer credit from WordPress theme

Everyone loves to start their blog on WordPress the No 1 content management system (CMS). It’s not only open source and free to use but also offers a number of free themes, and plugins for customization. Whenever you install any of the free WordPress themes you may notice on the footer area displays the “Proudly powered by WordPress” link. Also, many theme developers change it and add their own credits. But there is no option for users to remove or change the “Proudly powered by WordPress” link on theme settings.

But if you’re building a site for a business or for your client, keeping the text “Proudly powered by WordPress” looks unprofessional. And changing it will benefit you, here this post How to Remove Powered by WordPress Footer Links in your theme.

Remove footer credit from WordPress theme

Note: WordPress is a free Content Management System released under GPL license. Any WordPress themes that you download from the WordPress directory are released under GPL license absolutely legal to remove the footer credits link. And you have full rights to do what you want to do with your website.

Adding simple CSS code

You can easily remove Footer credit from the WordPress theme by adding simple CSS code, here follow the steps below.

/*Remove Powered by WordPress Footer Links*/

.site-info {

display:none;

}

Modify Footer.php

Some themes do not have the option to remove or modify footer credits from WordPress admin. At such instance, you can try the site-info.php code.

Now, your footer will show the text you placed in the site-info.php code.

Did this help to remove footer credit from the WordPress theme? Let us know on the comments below.

Exit mobile version