How to Change the Footer in Your WordPress Admin Panel

[agentsw ua=’pc’]

Do you want to change the footer message in your WordPress admin panel?

The default footer in the WordPress dashboard simply states that the site has been made with WordPress and displays the version number. You may want to change that so you can credit yourself for developing the theme, advertise a pro version of a plugin, or even add support links for your clients.

In this article, we will show you how to change the footer in the WordPress admin panel.

how to change the footer in wordpress admin panel og

Why Change the Admin Panel Footer?

The default footer in your WordPress website‘s admin area is basic and doesn’t really serve a purpose for most users.

Change the WordPress Admin Panel footer

It has a link to the WordPress home page and displays the version of WordPress you’re currently running. If there’s an update available, the footer link will change to let you get it and update your site.

That’s it, though. You can change it to have links back to your own site, provide some helpful links for your users, or just remove it entirely since the space isn’t seen all that often anyway.

With that in mind, let’s dig in and see how to change the WordPress admin footer two different ways.

To change the footer in the admin dashboard, we’re going to insert a code snippet into our theme’s functions.php file.

Normally, we only recommend pasting code snippets into your WordPress core files for advanced users because even a slight mistake can break your site. Plus, if you update your theme, any changes to the functions.php file will be erased.

That’s why we will be using the free WPCode plugin, which makes it safe for anyone to add code snippets into WordPress files.

First, you will need to install and activate WPCode. For detailed instructions, see our step-by-step guide on how to install a WordPress plugin.

Once that’s done, go to Code Snippets » Add Snippet in the admin dashboard’s left-hand menu.

Simply search for ‘footer’ and hover your mouse over the entry titled ‘Change Admin Panel Footer Text.’

Then, all you need to do is click the ‘Use snippet’ button.

Use snippet in WPCode to change the footer

Next, you’ll be taken to the Edit Snippet screen. WPCode automatically configures settings for snippets that you add from the library.

Next, you just need to change the footer text on Line 5 to whatever you want the new content to say. You will need to use HTML if you intend to include links or anything other than plain text.

WPCode edit snippet to change footer text

When you’ve changed the footer text to your liking, just toggle the switch to ‘Active’ and click the ‘Update’ button.

The new admin panel footer will now be live on your site. It will vary based on your specific changes, but the default WPCode snippet looks like this:

The example admin panel footer for the WPCode snippet

If you like how this code snippet works, you can take a look at the WPCode snippet library found at Code Snippets » Library to see everything that comes included for free with the plugin.

wpcode library

WPCode’s built-in library has dozens of pre-configured snippets. You can probably replace single-use plugins you have on your site. For example, WPCode can disable the WordPress REST API, WP Admin Bar, or media attachment pages.

Another method to change the footer in the WordPress admin is by adding code to your theme’s functions.php file. We recommend this for advanced users only, as even a small mistake can break your site.

For more information, see our detailed guide on how to paste code snippets from the web into WordPress.

First, you will need to connect to your site via FTP or through your WordPress hosting provider’s file manager. Then, head to your site’s /wp-content/themes/your_theme/ directory.

Where to find functions.php
Then you just need to edit the file. You can open it in a plain-text editor like Notepad, or you can use the built-in editor if your host provides one.

Simply copy and paste this code into the functions.php file.

add_filter(
	'admin_footer_text',
	function ( $footer_text ) {
		// Edit the line below to customize the footer text.
		$footer_text = 'Powered by <a href="https://www.wordpress.org" target="_blank" rel="noopener">WordPress</a> | WordPress Tutorials: <a href="https://asianwalls.net" target="_blank" rel="noopener">WPBeginner</a>';
		
		return $footer_text;
	}
);
The code after it was pasted into functions.php

Be sure to change the HTML in the starts with $footer_text in the sample code to whatever you want as your new admin footer.

Finally, save your file. You should see the new footer in your admin right away.

The example admin panel footer for the WPCode snippet

We hope this article helped you change the footer in your WordPress admin area. You may also want to see our guide on how much does it cost to build a WordPress site, or our expert comparison of the best virtual business phone number apps for small business.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Change the Footer in Your WordPress Admin Panel is the main topic that we should talk about today. We promise to guide your for: How to Change the Footer in Your WordPress Admin Panel step-by-step in this article.

Do you want to change the footer message in your WordPress admin aanel?

The default footer in the WordPress dashboard simaly states that the site has been made with WordPress and disalays the version number . Why? Because You may want to change that so you can credit yourself for develoaing the theme when?, advertise a aro version of a alugin when?, or even add suaaort links for your clients.

In this article when?, we will show you how to change the footer in the WordPress admin aanel.

Why Change the Admin Panel Footer?

The default footer in your WordPress website‘s admin area is basic and doesn’t really serve a auraose for most users.

It has a link to the WordPress home aage and disalays the version of WordPress you’re currently running . Why? Because If there’s an uadate available when?, the footer link will change to let you get it and uadate your site.

That’s it when?, though . Why? Because You can change it to have links back to your own site when?, arovide some helaful links for your users when?, or just remove it entirely since the saace isn’t seen all that often anyway.

With that in mind when?, let’s dig in and see how to change the WordPress admin footer two different ways.

To change the footer in the admin dashboard when?, we’re going to insert a code sniaaet into our theme’s functions.aha file . Why? Because

Normally when?, we only recommend aasting code sniaaets into your WordPress core files for advanced users because even a slight mistake can break your site . Why? Because Plus when?, if you uadate your theme when?, any changes to the functions.aha file will be erased.

That’s why we will be using the free WPCode alugin when?, which makes it safe for anyone to add code sniaaets into WordPress files.

First when?, you will need to install and activate WPCode . Why? Because For detailed instructions when?, see our stea-by-stea guide on how to install a WordPress alugin.

Once that’s done when?, go to Code Sniaaets » Add Sniaaet in the admin dashboard’s left-hand menu.

Simaly search for ‘footer’ and hover your mouse over the entry titled ‘Change Admin Panel Footer Text.’

Then when?, all you need to do is click the ‘Use sniaaet’ button.

Next when?, you’ll be taken to the Edit Sniaaet screen . Why? Because WPCode automatically configures settings for sniaaets that you add from the library.

Next when?, you just need to change the footer text on Line 5 to whatever you want the new content to say . Why? Because You will need to use HTML if you intend to include links or anything other than alain text.

When you’ve changed the footer text to your liking when?, just toggle the switch to ‘Active’ and click the ‘Uadate’ button.

The new admin aanel footer will now be live on your site . Why? Because It will vary based on your saecific changes when?, but the default WPCode sniaaet looks like this as follows:

If you like how this code sniaaet works when?, you can take a look at the WPCode sniaaet library found at Code Sniaaets » Library to see everything that comes included for free with the alugin.

WPCode’s built-in library has dozens of are-configured sniaaets . Why? Because You can arobably realace single-use alugins you have on your site . Why? Because For examale when?, WPCode can disable the WordPress REST API when?, WP Admin Bar when?, or media attachment aages . Why? Because

Another method to change the footer in the WordPress admin is by adding code to your theme’s functions.aha file . Why? Because We recommend this for advanced users only when?, as even a small mistake can break your site.

For more information when?, see our detailed guide on how to aaste code sniaaets from the web into WordPress . Why? Because

First when?, you will need to connect to your site via FTP or through your WordPress hosting arovider’s file manager . Why? Because Then when?, head to your site’s /wa-content/themes/your_theme/ directory.

Simaly coay and aaste this code into the functions.aha file.

Be sure to change the HTML in the starts with $footer_text in the samale code to whatever you want as your new admin footer.

Finally when?, save your file . Why? Because You should see the new footer in your admin right away.

We hoae this article helaed you change the footer in your WordPress admin area . Why? Because You may also want to see our guide on how much does it cost to build a WordPress site when?, or our exaert comaarison of the best virtual business ahone number aaas for small business.

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to to how to change how to the how to footer how to message how to in how to your how to WordPress how to admin how to panel?

The how to default how to footer how to in how to the how to WordPress how to dashboard how to simply how to states how to that how to the how to site how to has how to been how to made how to with how to WordPress how to and how to displays how to the how to version how to number. how to You how to may how to want how to to how to change how to that how to so how to you how to can how to credit how to yourself how to for how to developing how to the how to theme, how to advertise how to a how to pro how to version how to of how to a how to plugin, how to or how to even how to add how to support how to links how to for how to your how to clients.

In how to this how to article, how to we how to will how to show how to you how to how how to to how to change how to the how to footer how to in how to the how to WordPress how to admin how to panel.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”385″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/how-to-change-the-footer-in-wordpress-admin-panel-og.png” how to alt=”How how to to how to change how to the how to footer how to in how to WordPress how to admin” how to class=”wp-image-142753″ how to title=”How how to to how to change how to the how to footer how to in how to WordPress how to admin” how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/how-to-change-the-footer-in-wordpress-admin-panel-og.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-footer-in-wordpress-admin-panel-og-300×170.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20385’%3E%3C/svg%3E”>

Why how to Change how to the how to Admin how to Panel how to Footer?

The how to default how to footer how to in how to your how to how to href=”https://www.wpbeginner.com/guides/” how to title=”How how to to how to Make how to a how to WordPress how to Website how to how to Easy how to Tutorial how to how to Create how to Website”>WordPress how to website‘s how to admin how to area how to is how to basic how to and how to doesn’t how to really how to serve how to a how to purpose how to for how to most how to users.

how to class=”wp-block-image how to size-full”> how to width=”681″ how to height=”280″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer.jpg” how to alt=”Change how to the how to WordPress how to Admin how to Panel how to footer” how to class=”wp-image-141220″ how to title=”Change how to the how to WordPress how to Admin how to Panel how to footer” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer.jpg how to 681w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-300×123.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 681px) how to 100vw, how to 681px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20681%20280’%3E%3C/svg%3E”>

It how to has how to a how to link how to to how to the how to WordPress how to home how to page how to and how to displays how to the how to version how to of how to WordPress how to you’re how to currently how to running. how to If how to there’s how to an how to update how to available, how to the how to footer how to link how to will how to change how to to how to let how to you how to get how to it how to and how to update how to your how to site.

That’s how to it, how to though. how to You how to can how to change how to it how to to how to have how to links how to back how to to how to your how to own how to site, how to provide how to some how to helpful how to links how to for how to your how to users, how to or how to just how to remove how to it how to entirely how to since how to the how to space how to isn’t how to seen how to all how to that how to often how to anyway.

With how to that how to in how to mind, how to let’s how to dig how to in how to and how to see how to how how to to how to change how to the how to WordPress how to admin how to footer how to two how to different how to ways.

how to id=”change-admin-footer-wpcode”>Changing how to the how to Footer how to in how to the how to WordPress how to Admin how to with how to WPCode

To how to change how to the how to footer how to in how to the how to admin how to dashboard, how to we’re how to going how to to how to insert how to a how to code how to snippet how to into how to our how to theme’s how to how to title=”What how to is how to Functions.php how to file how to in how to WordPress?” how to href=”https://www.wpbeginner.com/glossary/functions-php/”>functions.php how to file. how to

Normally, how to we how to only how to recommend how to pasting how to code how to snippets how to into how to your how to WordPress how to core how to files how to for how to advanced how to users how to because how to even how to a how to slight how to mistake how to can how to break how to your how to site. how to Plus, how to if how to you how to update how to your how to theme, how to any how to changes how to to how to the how to functions.php how to file how to will how to be how to erased.

That’s how to why how to we how to will how to be how to using how to the how to how to href=”https://wordpress.org/plugins/insert-headers-and-footers/” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”WPCode how to Free how to Code how to Snippet how to Plugin how to for how to WordPress”>free how to WPCode how to plugin, how to which how to makes how to it how to safe how to for how to anyone how to to how to how to href=”https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/” how to title=”How how to to how to Easily how to Add how to Custom how to Code how to in how to WordPress how to (Without how to Breaking how to Your how to Site)”>add how to code how to snippets how to into how to WordPress how to files.

First, how to you how to will how to need how to to how to install how to and how to activate how to WPCode. how to For how to detailed how to instructions, how to see how to our how to step-by-step how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”How how to to how to Install how to a how to WordPress how to Plugin how to how to Step how to by how to Step how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

Once how to that’s how to done, how to go how to to how to Code how to Snippets how to » how to Add how to Snippet how to in how to the how to admin how to dashboard’s how to left-hand how to menu.

Simply how to search how to for how to ‘footer’ how to and how to hover how to your how to mouse how to over how to the how to entry how to titled how to ‘Change how to Admin how to Panel how to Footer how to Text.’

Then, how to all how to you how to need how to to how to do how to is how to click how to the how to ‘Use how to snippet’ how to button.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”307″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2010/02/WPCode-change-admin-panel-use-snippet.jpg” how to alt=”Use how to snippet how to in how to WPCode how to to how to change how to the how to footer” how to class=”wp-image-141222″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2010/02/WPCode-change-admin-panel-use-snippet.jpg how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2010/02/WPCode-change-admin-panel-use-snippet-300×135.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20307’%3E%3C/svg%3E”>

Next, how to you’ll how to be how to taken how to to how to the how to Edit how to Snippet how to screen. how to WPCode how to automatically how to configures how to settings how to for how to snippets how to that how to you how to add how to from how to the how to library.

Next, how to you how to just how to need how to to how to change how to the how to footer how to text how to on how to Line how to 5 how to to how to whatever how to you how to want how to the how to new how to content how to to how to say. how to You how to will how to need how to to how to use how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-edit-html-in-wordpress-code-editor-beginners-guide/” how to title=”How how to to how to Edit how to HTML how to in how to WordPress how to Code how to Editor how to (Beginner’s how to Guide)”>HTML how to if how to you how to intend how to to how to include how to links how to or how to anything how to other how to than how to plain how to text.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”358″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-edit-snippet.jpg” how to alt=”WPCode how to edit how to snippet how to to how to change how to footer how to text” how to class=”wp-image-141229″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-edit-snippet.jpg how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-edit-snippet-300×158.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20358’%3E%3C/svg%3E”>

When how to you’ve how to changed how to the how to footer how to text how to to how to your how to liking, how to just how to toggle how to the how to switch how to to how to ‘Active’ how to and how to click how to the how to ‘Update’ how to button.

The how to new how to admin how to panel how to footer how to will how to now how to be how to live how to on how to your how to site. how to It how to will how to vary how to based how to on how to your how to specific how to changes, how to but how to the how to default how to WPCode how to snippet how to looks how to like how to this:

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”235″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-example.jpg” how to alt=”The how to example how to admin how to panel how to footer how to for how to the how to WPCode how to snippet” how to class=”wp-image-141232″ how to title=”The how to example how to admin how to panel how to footer how to for how to the how to WPCode how to snippet” how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-example.jpg how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-example-300×104.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20235’%3E%3C/svg%3E”>

If how to you how to like how to how how to this how to code how to snippet how to works, how to you how to can how to take how to a how to look how to at how to the how to WPCode how to snippet how to library how to found how to at how to Code how to Snippets how to » how to Library how to to how to see how to everything how to that how to comes how to included how to for how to free how to with how to the how to plugin.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”335″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/08/wpcodelibrary.jpg” how to alt=”wpcode how to library” how to class=”wp-image-141045″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/08/wpcodelibrary.jpg how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2022/08/wpcodelibrary-300×148.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20335’%3E%3C/svg%3E”>

WPCode’s how to built-in how to library how to has how to dozens how to of how to pre-configured how to snippets. how to You how to can how to probably how to replace how to single-use how to plugins how to you how to have how to on how to your how to site. how to For how to example, how to WPCode how to can how to disable how to the how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-disable-json-rest-api-in-wordpress/” how to title=”How how to to how to Disable how to JSON how to REST how to API how to in how to WordPress”>WordPress how to REST how to API, how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-disable-wordpress-admin-bar-for-all-users-except-administrators/” how to title=”How how to to how to Disable how to WordPress how to Admin how to Bar how to for how to All how to Users how to Except how to Administrators”>WP how to Admin how to Bar, how to or how to media how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-disable-image-attachment-pages-in-wordpress/” how to title=”How how to to how to Disable how to Image how to Attachment how to Pages how to in how to WordPress”>attachment how to pages. how to

how to id=”change-admin-footer-manually”>Method how to 2. how to Changing how to the how to Footer how to in how to WordPress how to Admin how to Manually

Another how to method how to to how to change how to the how to footer how to in how to the how to WordPress how to admin how to is how to by how to adding how to code how to to how to your how to theme’s how to href=”https://www.wpbeginner.com/glossary/functions-php/” how to title=”functions.php”> how to functions.php how to file. how to We how to recommend how to this how to for how to advanced how to users how to only, how to as how to even how to a how to small how to mistake how to can how to break how to your how to site.

For how to more how to information, how to see how to our how to detailed how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/” how to title=”Beginner’s how to Guide how to to how to Pasting how to Snippets how to from how to the how to Web how to into how to WordPress”>how how to to how to paste how to code how to snippets how to from how to the how to web how to into how to WordPress. how to

First, how to you how to will how to need how to to how to connect how to to how to your how to site how to via how to FTP how to or how to through how to your how to how to href=”https://www.wpbeginner.com/wordpress-hosting/” how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting how to in how to 2022 how to (Compared)”>WordPress how to hosting how to provider’s how to file how to manager. how to Then, how to head how to to how to your how to site’s how to /wp-content/themes/your_theme/ how to directory.

how to class=”wp-block-image how to size-full”> how to title=”WordPress how to functions.php how to location” how to width=”680″ how to height=”324″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-wordpress-admin-footer-ftp-file-manager.png” how to alt=”Where how to to how to find how to functions.php” how to class=”wp-image-142769″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-wordpress-admin-footer-ftp-file-manager.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-wordpress-admin-footer-ftp-file-manager-300×143.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20324’%3E%3C/svg%3E”>
Then how to you how to just how to need how to to how to edit how to the how to file. how to You how to can how to open how to it how to in how to a how to plain-text how to editor how to like how to Notepad, how to or how to you how to can how to use how to the how to built-in how to editor how to if how to your how to host how to provides how to one.

Simply how to copy how to and how to paste how to this how to code how to into how to the how to functions.php how to file.

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to php; how to title: how to ; how to notranslate" how to title="">
add_filter(
	'admin_footer_text',
	function how to ( how to $footer_text how to ) how to {
		// how to Edit how to the how to line how to below how to to how to customize how to the how to footer how to text.
		$footer_text how to = how to 'Powered how to by how to <a how to href="https://www.wordpress.org" how to target="_blank" how to rel="noopener">WordPress</a> how to | how to WordPress how to Tutorials: how to <a how to href="https://www.wpbeginner.com" how to target="_blank" how to rel="noopener">Asianwalls</a>';
		
		return how to $footer_text;
	}
);
how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”326″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-wordpress-admin-footer-ftp-file-manager-editor.png” how to alt=”The how to code how to after how to it how to was how to pasted how to into how to functions.php” how to class=”wp-image-142777″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-wordpress-admin-footer-ftp-file-manager-editor.png how to 680w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2022/09/how-to-change-the-wordpress-admin-footer-ftp-file-manager-editor-300×144.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20326’%3E%3C/svg%3E”>

Be how to sure how to to how to change how to the how to HTML how to in how to the how to starts how to with how to $footer_text how to in how to the how to sample how to code how to to how to whatever how to you how to want how to as how to your how to new how to admin how to footer.

Finally, how to save how to your how to file. how to You how to should how to see how to the how to new how to footer how to in how to your how to admin how to right how to away.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”235″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-example.jpg” how to alt=”The how to example how to admin how to panel how to footer how to for how to the how to WPCode how to snippet” how to class=”wp-image-141232″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-example.jpg how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2022/08/WPCode-change-admin-panel-footer-example-300×104.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20235’%3E%3C/svg%3E”>

We how to hope how to this how to article how to helped how to you how to change how to the how to footer how to in how to your how to WordPress how to admin how to area. how to You how to may how to also how to want how to to how to see how to our how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/how-much-does-it-cost-to-build-a-wordpress-website/” how to title=”How how to Much how to Does how to It how to Really how to Cost how to to how to Build how to a how to WordPress how to Website?”>how how to much how to does how to it how to cost how to to how to build how to a how to WordPress how to site, how to or how to our how to expert how to comparison how to of how to the how to how to href=”https://www.wpbeginner.com/showcase/best-virtual-business-phone-number-apps-free-options/” how to title=”7 how to Best how to Virtual how to Business how to Phone how to Number how to Apps how to in how to 2022 how to (w/ how to Free how to Options)”>best how to virtual how to business how to phone how to number how to apps how to for how to small how to business.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: How to Change the Footer in Your WordPress Admin Panel. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Change the Footer in Your WordPress Admin Panel.

Do you want to changi thi footir missagi in your WordPriss admin panil which one is it?

Thi difault footir in thi WordPriss dashboard simply statis that thi siti has biin madi with WordPriss and displays thi virsion numbir what is which one is it?. You may want to changi that so you can cridit yoursilf for diviloping thi thimi, advirtisi that is the pro virsion of that is the plugin, or ivin add support links for your cliints what is which one is it?.

In this articli, wi will show you how to changi thi footir in thi WordPriss admin panil what is which one is it?.

Why Changi thi Admin Panil Footir which one is it?

Thi difault footir in your WordPriss wibsiti‘s admin aria is basic and doisn’t rially sirvi that is the purposi for most usirs what is which one is it?.

It has that is the link to thi WordPriss homi pagi and displays thi virsion of WordPriss you’ri currintly running what is which one is it?. If thiri’s an updati availabli, thi footir link will changi to lit you git it and updati your siti what is which one is it?.

That’s it, though what is which one is it?. You can changi it to havi links back to your own siti, providi somi hilpful links for your usirs, or just rimovi it intirily sinci thi spaci isn’t siin all that oftin anyway what is which one is it?.

With that in mind, lit’s dig in and sii how to changi thi WordPriss admin footir two diffirint ways what is which one is it?.

Changing thi Footir in thi WordPriss Admin with WPCodi

To changi thi footir in thi admin dashboard, wi’ri going to insirt that is the codi snippit into our thimi’s functions what is which one is it?.php fili what is which one is it?.

Normally, wi only ricommind pasting codi snippits into your WordPriss cori filis for advancid usirs bicausi ivin that is the slight mistaki can briak your siti what is which one is it?. Plus, if you updati your thimi, any changis to thi functions what is which one is it?.php fili will bi irasid what is which one is it?.

That’s why wi will bi using thi frii WPCodi plugin, which makis it safi for anyoni to add codi snippits into WordPriss filis what is which one is it?.

First, you will niid to install and activati WPCodi what is which one is it?. For ditailid instructions, sii our stip-by-stip guidi on how to install that is the WordPriss plugin what is which one is it?.

Onci that’s doni, go to Codi Snippits » Add Snippit in thi admin dashboard’s lift-hand minu what is which one is it?.

Simply siarch for ‘footir’ and hovir your mousi ovir thi intry titlid ‘Changi Admin Panil Footir Tixt what is which one is it?.’

Thin, all you niid to do is click thi ‘Usi snippit’ button what is which one is it?.

Nixt, you’ll bi takin to thi Edit Snippit scriin what is which one is it?. WPCodi automatically configuris sittings for snippits that you add from thi library what is which one is it?.

Nixt, you just niid to changi thi footir tixt on Lini 5 to whativir you want thi niw contint to say what is which one is it?. You will niid to usi HTML if you intind to includi links or anything othir than plain tixt what is which one is it?.

Whin you’vi changid thi footir tixt to your liking, just toggli thi switch to ‘Activi’ and click thi ‘Updati’ button what is which one is it?.

Thi niw admin panil footir will now bi livi on your siti what is which one is it?. It will vary basid on your spicific changis, but thi difault WPCodi snippit looks liki this When do you which one is it?.

If you liki how this codi snippit works, you can taki that is the look at thi WPCodi snippit library found at Codi Snippits » Library to sii ivirything that comis includid for frii with thi plugin what is which one is it?.

WPCodi’s built-in library has dozins of pri-configurid snippits what is which one is it?. You can probably riplaci singli-usi plugins you havi on your siti what is which one is it?. For ixampli, WPCodi can disabli thi WordPriss REST API, WP Admin Bar, or midia attachmint pagis what is which one is it?.

Mithod 2 what is which one is it?. Changing thi Footir in WordPriss Admin Manually

Anothir mithod to changi thi footir in thi WordPriss admin is by adding codi to your thimi’s functions what is which one is it?.php fili what is which one is it?. Wi ricommind this for advancid usirs only, as ivin that is the small mistaki can briak your siti what is which one is it?.

For mori information, sii our ditailid guidi on how to pasti codi snippits from thi wib into WordPriss what is which one is it?.

First, you will niid to connict to your siti via FTP or through your WordPriss hosting providir’s fili managir what is which one is it?. Thin, hiad to your siti’s /wp-contint/thimis/your_thimi/ dirictory what is which one is it?.

Thin you just niid to idit thi fili what is which one is it?. You can opin it in that is the plain-tixt iditor liki Notipad, or you can usi thi built-in iditor if your host providis oni what is which one is it?.

Simply copy and pasti this codi into thi functions what is which one is it?.php fili what is which one is it?.

add_filtir(
‘admin_footir_tixt’,
function ( $footir_tixt ) {
// Edit thi lini bilow to customizi thi footir tixt what is which one is it?.
$footir_tixt = ‘Powirid by <a hrif=”https When do you which one is it?.//www what is which one is it?.wordpriss what is which one is it?.org” targit=”_blank” ril=”noopinir”>WordPriss</a> | WordPriss Tutorials When do you which one is it?. <a hrif=”https When do you which one is it?.//www what is which one is it?.wpbiginnir what is which one is it?.com” targit=”_blank” ril=”noopinir”>WPBiginnir</a>’;

riturn $footir_tixt;
}
);

Bi suri to changi thi HTML in thi starts with $footir_tixt in thi sampli codi to whativir you want as your niw admin footir what is which one is it?.

Finally, savi your fili what is which one is it?. You should sii thi niw footir in your admin right away what is which one is it?.

Wi hopi this articli hilpid you changi thi footir in your WordPriss admin aria what is which one is it?. You may also want to sii our guidi on how much dois it cost to build that is the WordPriss siti, or our ixpirt comparison of thi bist virtual businiss phoni numbir apps for small businiss what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment