How To Easily Modify The WordPress Admin Footer?

Have you created a website for someone using the WordPress content management system and would like to place an ‘advertisement’ for your own website or portfolio in the admin footer? It’s one way to discreetly leave your contact information as the website creator. You might have noticed that the admin footer already contains such links. By default, it often displays information like ‘Thank you for creating with WordPress.’ However, not many know how easily this information can be personalized. In this article, I’ll show you how to modify the WordPress admin footer using a simple snippet or the WPCode plugin.

After just two minutes, a customized admin footer could look like this:

Jak upravit patičku administrace

How To Easily Modify The WordPress Admin Footer?

To avoid installing additional plugins for this purpose, we’ll use a snippet and the popular WPCode plugin, which should be installed by anyone looking to modify the properties and behavior of their WordPress website. A snippet is nothing more than a short piece of code in PHP or another language that alters the properties and behavior of the website.

Installing the WPCode Plugin

To insert code into your website, you can choose between two options. You can hardcode the code into the file where it belongs, or you can use a plugin that will insert portions of the code into the website as it runs. The latter option is better for a simple reason. It’s safer and prevents the code from being erased with each update that overwrites the file containing your code.

Installing the WPCode plugin is done as follows:

  • Click on ‘Plugins’ in the left-hand menu.
  • Select ‘Add New’ in the submenu.
  • Notice the search field in the top right corner.
  • Type in the keyword ‘WPCode.’
  • Once WordPress finds the plugin, install and activate it.
  • If you’re interested in a complete article where I describe working with this plugin, check it out here: How to Insert Custom Code into WordPress.
Jak do WordPressu vkládat vlastní kódy

How to Modify the WordPress Admin Footer Using a Snippet

If you wish to insert a link to your portfolio in the WordPress admin area as the creator of the website, use the WPCode plugin mentioned earlier. Through this plugin, insert the following PHP code into your website:

				
					add_filter(
	'admin_footer_text',
	function ( $footer_text ) {
		// Edit the line below to customize the footer text.
		$footer_text = 'Powered by <a href="https://www.blog.jirivanek.eu" target="_blank" rel="noopener">Jiri Vanek</a> | WordPress Tutorials: <a href="https://blog.jirivanek.eu/cs/category/wordpress/" target="_blank" rel="noopener">blog.jirivanek.eu</a>';
		
		return $footer_text;
	}
);
				
			

Feel free to adjust the variable footer_text according to your preferences and needs.

Modify the WordPress Admin Footer

Conclusion

And that’s it. Yes, it’s that simple. Now you also know how to modify the WordPress admin footer and can directly insert your personal brand and link into the backend. This advertisement will only be seen by the website owner and no one else. However, if the website owner prefers not to have any form of your self-promotion on their website, then this is one of the options you can use. Inserting your personal brand into the backend footer won’t affect the appearance of the website and won’t disturb its users. A win for both you and the website owner.

The website is created with care for the included information. I strive to provide high-quality and useful content that helps or inspires others. If you are satisfied with my work and would like to support me, you can do so through simple options.

Byl pro Vás tento článek užitečný?

Klikni na počet hvězd pro hlasování.

Průměrné hodnocení. 0 / 5. Počet hlasování: 0

Zatím nehodnoceno! Buďte první

Jak užitečný vidíte tento článek.

Sledujte mě na sociálních médiích.

Je mi líto, že pro Vás nebyl článek užitečný.

Jak mohu vylepšit článek?

Řekněte mi, jak jej mohu zlepšit.

newsletter

Subscribe to the Newsletter

Stay informed! Join our newsletter subscription and be the first to receive the latest information directly to your email inbox. Follow updates, exclusive events, and inspiring content, all delivered straight to your email.

Odebírat
Upozornit na
guest
0 Komentáře/ů
Vložené zpětné vazby.
Zobrazit všechny komentáře.

Pokud mi chcete napsat rychlou zprávu, využije, prosím, níže uvedený
kontaktní formulář. Děkuji.

Další Kontaktní údaje