Logo Switcher

plugin banner

Logo Switcher allows you to easily implement your own logo in your WordPress theme.

Author:Iversen - Carpe Noctem (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:5.4.2
Plugin version:2.1
Added to WordPress repository:01-08-2016
Last updated:25-06-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:https://github.com/IversenCarpeNoctem/logo-sw...
Total downloads:28 140
Active installs:1 000+
plugin download
Click to start download

Logo Switcher is a super lightweight plugin that easily allow the implementation of a chosen logo in your theme. By default, the plugin automatically includes the chosen logo on the login screen, but the plugin behavior can be controlled by a simple filter. To get started, simply download and activate the plugin, then hover over Appearance and click on Customize.

How to use

<?php 

// https://www.example.com/wp-content/uploads/YYYY/MM/logo.png
   echo logo_switcher_url();

// <a href="https://www.example.com/" title="Your Website Name" rel="home"><img src="https://www.example.com/wp-content/uploads/YYYY/MM/logo.png" alt="Your Website Name"></a>      
   logo_switcher_link_tag();

// <img src="https://www.example.com/wp-content/uploads/YYYY/MM/logo.png" class="example-class" alt="Your Website Name">
   logo_switcher_image_tag($classes = array());

Like the plugin?

If you like the plugin, please review it. Every review is highly appreciated, but if you have a suggestion on how to make the plugin better, please send an email to info@carpe-noctem.no.


Screenshots
ChangeLog