22
3
![]()
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 Newbie
- זמן ביצוע: 3-5 Minuts
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
After Text Change
Going Wild Example
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
Organic Seo campaigns in Israel & the world. Social Branding, Ad campaigns, Wordpress Web Design and more
Get News Update
