A customized footer text instead of the out-of-box WordPress branded text will help users better identify or relate to the site with the brand. This article shows you how to add a custom footer to your WordPress admin dashboard using a Theme Editor plugin.
To display custom footer text, follow these steps:
On the Theme Editor page, a list of all the files related to your theme appears on the right column under Theme Files:
Click functions.php, and then scroll down to the end of the page. For the purposes of this article we will add a custom tag with custom text about A2 Hosting on the footer using the following code:
function custom_admin_footer_text () { echo 'A2Hosting - Blazing Fast, Low Cost Hosting For <a href="https://www.a2hosting.com/wordpress-hosting">WordPress</a> Websites'; } add_filter('admin_footer_text', 'custom_admin_footer_text');
Click Update File to save the changes. The custom text appears on the Dashboard admin footer:
For more information about the Theme Editor plugin please visit https://wordpress.org/plugins/theme-editor.
Subscribe to receive weekly cutting edge tips, strategies, and news you need to grow your web business.
No charge. Unsubscribe anytime.
Did you find this article helpful? Then you'll love our support. Experience the A2 Hosting difference today and get a pre-secured, pre-optimized website. Check out our web hosting plans today.
We use cookies to personalize the website for you and to analyze the use of our website. You consent to this by clicking on "I consent" or by continuing your use of this website. Further information about cookies can be found in our Privacy Policy.