Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the social-warfare domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/riturajb/public_html/technicalfundas/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/riturajb/public_html/technicalfundas/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/riturajb/public_html/technicalfundas/wp-includes/functions.php on line 6114
How to Remove Powered By WordPress Footer Links - Technical Fundas

How to Remove Powered By WordPress Footer Links

Do you want to remove the Powered By WordPress Footer Links ? After setting up your site the most common thing you may want to do is to remove the default links and replace it with your own site Links.

Removing WordPress Powered by Links

Footer.php Method  ( Learn Coding Online )

Remove Powered By Links

This is one of the best methods to remove the WordPress footer code from your website.

Go to Appearance >Editor you will see Theme Files in the right-hand side of the WordPress  site panel. After that go to Footer.php. Search for the words “Proudly Powered By WordPress” or “Powered By WordPress”. After locating the code you can proceed with deleting the code.

CSS Method

If you have less coding knowledge or if you find it difficult to locate the appropriate files go to Appearance> Customize> Additional CSS

After that click on Additional CSS. Once you click on Additional CSS the following screen appears. Now place the code

.site-info { display: none; } as shown in the screen. The Footer Link will disappear immediately.

Another method is to Go to Appearence -> customize-> Theme Settings-> Footer

Remove the code from the footer.

It is always recommended to use the footer.php method to remove the Powered By Links. However, you can use the Additional CSS method if the previous method becomes difficult to implement.

One Reply to “How to Remove Powered By WordPress Footer Links”

Comments are closed.