Logo Switcher
Logo Switcher allows you to easily implement your own logo in your Wordpress theme.
The facts
- Rating
- 5★ from 1
- Active installs
- 800+
- Price
- Free
- Last updated
- 25 Jun 2020
- Added
- Aug 2016
- Requires WP
- 4.0
- Tested up to
- WP 5.4.21
- Requires PHP
- 5.6
- Downloads
- 30,683
Our analysis
AI-assistedLogo Switcher is a WordPress plugin that allows you to implement a custom logo in your theme. It automatically adds the selected logo to the login screen, and you can control its behaviour using a filter. To use it, you simply download and activate the plugin, then navigate to the Customizer under Appearance.
The plugin provides functions to retrieve the logo URL, generate a link tag, and create an image tag for the logo. It is suitable for users who want to personalise their site's branding without extensive technical knowledge.
Best for: This plugin suits WordPress users looking to customise their site's logo easily.
What it does well
- ✓Lightweight plugin
- ✓Automatically adds logo to login screen
- ✓Customisable behaviour with a filter
- ✓Easy to activate and use
- ✓Provides functions for logo integration
Where it falls short
- •Limited feature information available
- •No recent updates since June 2020
Verdict
Logo Switcher offers a straightforward way to add a custom logo to your WordPress site, though it may lack some advanced features.
From the developer
Leander Iversen's own description of Logo Switcher, lightly tidied.
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.