Mail your problems to us on lawania@lavania.in, we will solve it and put the solution here at Lawania.com

How to Change “Thank You for Creating with WordPress” Text in WordPress Dashboard

From this tutorial you’ll learn how to remove or change Thank you for creating with WordPress text at the bottom of WordPress Dashboard.



Editing Default Text

First, let’s log in to WordPress Dashboard and navigate to Appearance > Editor tab in the left column of the Dashboard.





Locate functions.php file in the right column and click on it to open it for editing.




You need to add the following lines of code to the bottom of the file.


function remove_footer_admin ()
{
echo '<span id="footer-thankyou">Developed by <a href="https://neoagile.com" target="_blank">Your Name</a></span>';
}
add_filter('admin_footer_text', 'remove_footer_admin')
// Admin footer modification





You can replace Developed by and link address and text by your custom ones.

Update the file to save the changes.
Share on Google Plus

About Prof. Krishan Kant Lavania

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment