Oct
22

3


wordpress admin footer

Building WordPress Websites on your own? Once in while we supply WordPress web design services and when i build a site for a client my Aspiration is to always supply a personal suitable for the clients need website including the right functions and capabilities and look.

Some changes are especially easy to do and even tough those are changes to the admin part og the site they can make the difference and i consider them important and recommend you also read the guide on how to Change WordPress Login Logo.


WordPress Admin Footer

WordPress interface comes loaded with little “finger prints” of wordpress and some of them are not suitable (in my opinion) when serving a website to client. I personally like to submit a branded website.

In order to change what appears in WordPress admin footer all we have to do is add a small piece of code to our function.php file and tie it to the admin_footer_text filter.

Implementing the code

[list_black]

  • What: A code that would change our admin footer design
  • Where: In your theme functions.php file
  • Additional: Replace the echo with the one you want

[/list_black]

function custom_admin_footer() {
// my text that would replace current one
echo 'Site Was by <a href="http://www.sagive.co.il">Sagive SEO</a> : 0777-920924';
}
add_filter('admin_footer_text', 'custom_admin_footer');

 

Before The Change
footer before change

 

After Text Change
footer after change 1

 

Going Wild Example
footer after change 2

All Done! One more step on the route to total personalization of our WordPress website. Hope I helped, Sagive.

 

Did you like the article? Share the love

Sagive SEO
Sagive Seo Web Marketing
Organic Seo campaigns in Israel & the world. Social Branding, Ad campaigns, Wordpress Web Design and more
Mailing list Get News Update



 

3 Responses to “Custom WordPress Admin Footer Design”

  • Tilda  Said:

    October 25, 2011 at 11:32 pm

    Great post, thanks for it!



  • josh  Said:

    November 8, 2011 at 10:05 am

    tnx for this post m8!!



      sagive  Said:

      March 17, 2012 at 12:24 am

      Thank you very much Josh



Leave a Reply