Display custom text (or links) in the admin footer.
Custom Admin Footer Text lets you customize the left and right admin footer text. Overwrite the default text or links with anything of your choosing. Great for developers working on client sites who want to include support links, bylines or credits in the footer.
Currently the left footer says “Thank you for creating with WordPress” and the right footer shows the current WordPress version. For WordPress developers, this is a lost opportunity. Use that space to put links to your website, a copyright statement, whatever you want.
Use it for:
Or maybe you are just a regular guy who doesn’t like the admin footer. Put a link to your site or whatever you want to see.
If this plugin breaks your site or just flat out does not work, create a thread in the Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed.
Please do not use the Reviews section to report issues or request new features.
Go to Settings » Custom Admin Footer Text and enter the text you want to see in the left and right admin footers. Make sure the “enabled” checkbox is checked. Refresh the page and check the footer.
Are you using another plugin that is also trying to overwrite the admin footer?
Are you using any CSS that is hiding the footer?
Are you caching your admin pages?
This is the footer HTML output:
<div id="wpfooter"> <p id="footer-left" class="alignleft"><!-- here is the left footer --></p> <p id="footer-upgrade" class="alignright"><!-- here is the right footer --></p> </div>
Use these classes in your local stylesheet to style the output how you want.
Add this to your functions.php:
remove_action('admin_head', 'insert_caft_admin_css');