Categories

Featured templates

WordPress. How to edit or remove “Thank you for creating with WordPress” text in site admin panel

George Jones August 30, 2016
Rating: 3.8/5. From 4 votes.
Please wait...

This video tutorial shows how to edit “Thank you for creating with WordPress” text in WordPress admin panel.

  1. Login to WordPress admin panel, navigate to Appearance > Editor and open a custom-function.php file for editing.

    How_to_edit_thank_you_for_creating_with_WordPress_text_in_Wordpress_admin_panel-1
  2. Add this code to the bottom of the custom-function.php file:

    // Admin footer modification
     
    function remove_footer_admin () 
    {
        echo '<span id="footer-thankyou">Developed by <a href="http://www.designerswebsite.com" target="_blank">Your Name</a></span>';
    }
    
    add_filter('admin_footer_text', 'remove_footer_admin')
    How_to_edit_thank_you_for_creating_with_WordPress_text_in_Wordpress_admin_panel-2
  3. When you are done, press the Update File button.

    How_to_edit_thank_you_for_creating_with_WordPress_text_in_Wordpress_admin_panel-3
  4. “Thank you for creating with WordPress” text was changed.

    How_to_edit_thank_you_for_creating_with_WordPress_text_in_Wordpress_admin_panel-4

Discover more cool WordPress themes!

Feel free to check the detailed video tutorial below:

WordPress. How to edit or remove “Thank you for creating with WordPress” text in site admin panel
Premium Wordpress Templates
This entry was posted in WordPress Tutorials and tagged admin panel, text, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket