This plugin allows the end user to upload a new logo or use an existing image from your WordPress media gallery as a logo.
This plugin helps in managing your WordPress website’s logo.
You can easily upload a new logo, or use an existing image in your WP media gallery.
Apply custom width and height to logo.
Applying hover effects to your logos.
Make your logo responsive
Use in post/page editor by shortcode or in template by function. Check the details below.
<?php echo csl_CustomSiteLogo_show_logo(); ?>
where you want to display your logo.Shortcode is also available to use anywhere: [csl_display_logo]
In case of any difficulties in setting up your plugin, write an email to [email protected]
Open header.php file of your current theme.
Paste <?php echo csl_CustomSiteLogo_show_logo(); ?>
where you want to display your logo.
Yes you can just use the shortcode [csl_display_logo] in any post/page/custom post editor to show the logo image.
Try to uncheck the “Make Logo Responsive” option from settings page (Dashboard => Appearence => Custom Site Logo).
Please go to Dashboard => Appearence => Custom Site Logo
Release Date: May 25th, 2023
Bugfixes:
Updates:
Update the code standards.