Customize the admin footer of WordPress by vladimir-simovic

View this thread on steempeak.com
· @vladimir-simovic · (edited)
$26.92
Customize the admin footer of WordPress
- **Language:** German (Deutsch) ↓↓
- **Title: [de]** den Admin-Footer von WordPress personalisieren
- **Title: [en]** Customize the admin footer of WordPress
 - **Summary:** In this tutorial i will explain how you can change and customize the information in the admin footer of your WordPress website.

-------

## Worum geht es?

In diesem Tutorial werde ich dir erklären, wie du die Angaben im Admin-Footer deiner WordPress-Website ändern und anpassen kannst.

------------
<br>
Üblicherweise steht in der deutschsprachigen WordPress-Version in der Fußzeile des Backends, also im Administrationsbereich, folgende Zeile:

> Danke für das Vertrauen in WordPress.

Das Wort _WordPress_ ist verlinkt und verweist auf die offizielle Website also auf https://wordpress.org. Falls dir das persönlich nicht zusagt und du es anpassen möchtest, dann kannst du es mit dem folgendem Code-Schnipsel ändern:

    add_filter( 'admin_footer_text', 'mein_admin_footer_text' );
    function mein_admin_footer_text( $mein_text ) {
        return 'Ein toller Text inkl. <a href="http://www.">Link</a>';
    }

Den oberen Code-Fragment fügst du in die _functions.php_ des gerade aktiven Themes ein. Alternativ kannst du diesen Code im Adminbereich von WordPress verwalten, wenn du zum Beispiel das WordPress-Plugin [Code Snippets](https://www.perun.net/2012/12/05/wordpress-funktionen-aus-dem-admin-bereich-verwalten/) verwendest. Nach dem du die angepasste _functions.php_ hochgeladen bzw. den Code auch aktiviert hast, dann sollte die Fußzeile im Adminbereich deiner WP-Installation so aussehen:

![Angepasster Text in der Fußzeile des Adminbereiches von WordPress](https://res.cloudinary.com/hpiynhbhq/image/upload/v1511481472/bma8wniaxqimukrwijye.png)
[Angepasster Text in der Fußzeile des Adminbereiches von WP]

Wie du aus dem oberen Code-Schnipsel sehr gut erkennen kannst, kann man dort auch HTML-Tags unterbringen. Somit bist du in der Lage nicht nur Verweise sondern auch zum Beispiel Bilder, Grafiken oder Logos in der Fußzeile unterzubringen. 

Wobei man hier allerdings beachten sollte, dass man nicht zu große Bilder oder Grafiken einfügt, da sie sich sonst über die oberhalb liegenden Inhalte des Adminbereichs drüber legen.

Daher sollte man, falls man sich überlegt ein Logo oder ähnliches im Rahmen des oberen Code-Schnipsels einzufügen, eine Abbildung wählen, die nicht mehr als etwa 30 Pixel Höhe aufweist.

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@vladimir-simovic/customize-the-admin-footer-of-wordpress">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
post_id18,545,110
authorvladimir-simovic
permlinkcustomize-the-admin-footer-of-wordpress
categoryutopian-io
json_metadata"{"type": "tutorials", "repository": {"compare_url": "https://api.github.com/repos/WordPress/WordPress/compare/{base}...{head}", "events_url": "https://api.github.com/repos/WordPress/WordPress/events", "forks": 5816, "merges_url": "https://api.github.com/repos/WordPress/WordPress/merges", "issues_url": "https://api.github.com/repos/WordPress/WordPress/issues{/number}", "contents_url": "https://api.github.com/repos/WordPress/WordPress/contents/{+path}", "fork": false, "git_url": "git://github.com/WordPress/WordPress.git", "assignees_url": "https://api.github.com/repos/WordPress/WordPress/assignees{/user}", "owner": {"login": "WordPress", "type": "Organization", "following_url": "https://api.github.com/users/WordPress/following{/other_user}", "received_events_url": "https://api.github.com/users/WordPress/received_events", "subscriptions_url": "https://api.github.com/users/WordPress/subscriptions", "repos_url": "https://api.github.com/users/WordPress/repos", "gravatar_id": "", "organizations_url": "https://api.github.com/users/WordPress/orgs", "id": 276006, "avatar_url": "https://avatars0.githubusercontent.com/u/276006?v=4", "site_admin": false, "followers_url": "https://api.github.com/users/WordPress/followers", "gists_url": "https://api.github.com/users/WordPress/gists{/gist_id}", "html_url": "https://github.com/WordPress", "events_url": "https://api.github.com/users/WordPress/events{/privacy}", "url": "https://api.github.com/users/WordPress", "starred_url": "https://api.github.com/users/WordPress/starred{/owner}{/repo}"}, "size": 178465, "issue_events_url": "https://api.github.com/repos/WordPress/WordPress/issues/events{/number}", "git_refs_url": "https://api.github.com/repos/WordPress/WordPress/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/WordPress/WordPress/git/blobs{/sha}", "pushed_at": "2017-11-23T19:30:13Z", "watchers_count": 10151, "stargazers_url": "https://api.github.com/repos/WordPress/WordPress/stargazers", "teams_url": "https://api.github.com/repos/WordPress/WordPress/teams", "comments_url": "https://api.github.com/repos/WordPress/WordPress/comments{/number}", "archived": false, "svn_url": "https://github.com/WordPress/WordPress", "id": 2889328, "subscribers_url": "https://api.github.com/repos/WordPress/WordPress/subscribers", "watchers": 10151, "ssh_url": "git@github.com:WordPress/WordPress.git", "name": "WordPress", "mirror_url": null, "statuses_url": "https://api.github.com/repos/WordPress/WordPress/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/WordPress/WordPress/milestones{/number}", "description": "WordPress, Git-ified. Synced via SVN every 15 minutes, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit patches to https://core.trac.wordpress.org/ instead.", "has_downloads": true, "keys_url": "https://api.github.com/repos/WordPress/WordPress/keys{/key_id}", "url": "https://api.github.com/repos/WordPress/WordPress", "html_url": "https://github.com/WordPress/WordPress", "commits_url": "https://api.github.com/repos/WordPress/WordPress/commits{/sha}", "open_issues_count": 2, "stargazers_count": 10151, "branches_url": "https://api.github.com/repos/WordPress/WordPress/branches{/branch}", "score": 131.27283, "forks_url": "https://api.github.com/repos/WordPress/WordPress/forks", "deployments_url": "https://api.github.com/repos/WordPress/WordPress/deployments", "language": "PHP", "homepage": "https://wordpress.org/", "trees_url": "https://api.github.com/repos/WordPress/WordPress/git/trees{/sha}", "has_issues": false, "collaborators_url": "https://api.github.com/repos/WordPress/WordPress/collaborators{/collaborator}", "git_commits_url": "https://api.github.com/repos/WordPress/WordPress/git/commits{/sha}", "open_issues": 2, "private": false, "git_tags_url": "https://api.github.com/repos/WordPress/WordPress/git/tags{/sha}", "pulls_url": "https://api.github.com/repos/WordPress/WordPress/pulls{/number}", "releases_url": "https://api.github.com/repos/WordPress/WordPress/releases{/id}", "notifications_url": "https://api.github.com/repos/WordPress/WordPress/notifications{?since,all,participating}", "contributors_url": "https://api.github.com/repos/WordPress/WordPress/contributors", "full_name": "WordPress/WordPress", "updated_at": "2017-11-23T22:28:51Z", "forks_count": 5816, "downloads_url": "https://api.github.com/repos/WordPress/WordPress/downloads", "hooks_url": "https://api.github.com/repos/WordPress/WordPress/hooks", "languages_url": "https://api.github.com/repos/WordPress/WordPress/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/WordPress/WordPress/labels{/name}", "issue_comment_url": "https://api.github.com/repos/WordPress/WordPress/issues/comments{/number}", "has_pages": false, "tags_url": "https://api.github.com/repos/WordPress/WordPress/tags", "clone_url": "https://github.com/WordPress/WordPress.git", "archive_url": "https://api.github.com/repos/WordPress/WordPress/{archive_format}{/ref}", "has_wiki": false, "created_at": "2011-12-01T07:05:17Z", "subscription_url": "https://api.github.com/repos/WordPress/WordPress/subscription"}, "pullRequests": [], "format": "markdown", "image": ["https://res.cloudinary.com/hpiynhbhq/image/upload/v1511481472/bma8wniaxqimukrwijye.png"], "links": ["https://www.perun.net/2012/12/05/wordpress-funktionen-aus-dem-admin-bereich-verwalten/", "https://res.cloudinary.com/hpiynhbhq/image/upload/v1511481472/bma8wniaxqimukrwijye.png"], "app": "utopian/1.0.0", "platform": "github", "tags": ["utopian-io", "wordpress", "deutsch"], "community": "utopian", "users": ["vladimir-simovic"]}"
created2017-11-23 23:59:36
last_update2017-11-24 00:00:06
depth0
children3
net_rshares12,874,407,556,868
last_payout2017-11-30 23:59:36
cashout_time1969-12-31 23:59:59
total_payout_value19.563 SBD
curator_payout_value7.356 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length2,595
author_reputation56,522,611,888,290
root_title"Customize the admin footer of WordPress"
beneficiaries
0.
accountespoem
weight102
1.
accountfreedom
weight659
2.
accountmisterdelegation
weight549
3.
accountned
weight544
4.
accountruah
weight62
5.
accounttransisto
weight71
6.
accountwackou
weight53
7.
accountxeldal
weight27
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars5,000
author_curate_reward""
vote details (23)
@simnrodrguez ·
$1.54
Thank you for the contribution. It has been approved.

You can contact us on [Discord](https://discord.gg/UCvqCsx).
**[[utopian-moderator]](https://utopian.io/moderators)**
👍  ,
properties (23)
post_id18,546,601
authorsimnrodrguez
permlinkre-vladimir-simovic-customize-the-admin-footer-of-wordpress-20171124t003245077z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-24 00:32:42
last_update2017-11-24 00:32:42
depth1
children1
net_rshares620,285,841,821
last_payout2017-12-01 00:32:42
cashout_time1969-12-31 23:59:59
total_payout_value1.216 SBD
curator_payout_value0.324 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length172
author_reputation40,530,109,565,626
root_title"Customize the admin footer of WordPress"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@vladimir-simovic ·
Thank you @simnrodrguez.
properties (22)
post_id18,546,781
authorvladimir-simovic
permlinkre-simnrodrguez-re-vladimir-simovic-customize-the-admin-footer-of-wordpress-20171124t003659838z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["simnrodrguez"], "tags": ["utopian-io"]}"
created2017-11-24 00:37:03
last_update2017-11-24 00:37:03
depth2
children0
net_rshares0
last_payout2017-12-01 00:37:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length24
author_reputation56,522,611,888,290
root_title"Customize the admin footer of WordPress"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
### Hey @vladimir-simovic I am @utopian-io. I have just upvoted you at 7% Power!
#### Achievements
- You have less than 500 followers. Just gave you a gift to help you succeed!
- You are generating more rewards than average for this category. Super!;)
- Seems like you contribute quite often. AMAZING!
#### Suggestions
- Work on your followers to increase the votes/rewards. I follow what humans do and my vote is mainly based on that. Good luck!
- Contribute more often to get higher and higher rewards. I wish to see you often!
- I introduced a competition factor. My vote is based also on how competitive the category used is.
#### Human Curation
- Do you believe you deserved more? Let a human curator know. <a href="https://discord.gg/PrzCKpq">Get in touch on Discord</a>
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
post_id18,568,865
authorutopian-io
permlinkre-vladimir-simovic-customize-the-admin-footer-of-wordpress-20171124t082106353z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-24 08:21:06
last_update2017-11-24 08:21:06
depth1
children0
net_rshares0
last_payout2017-12-01 08:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,654
author_reputation152,913,012,544,965
root_title"Customize the admin footer of WordPress"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000