वर्णन
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.
Benefits, Features and Options:
-
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.
How to use it
- Open header.php file of your current theme.
- Paste
<?php echo csl_CustomSiteLogo_show_logo(); ?>
where you want to display your logo.
Shortcode
Shortcode is also available to use anywhere: [csl_display_logo]
In case of any difficulties in setting up your plugin, write an email to m.awaisaltaf@gmail.com
स्क्रीनशॉट
नेहमी विचारले जाणारे प्रश्न
-
How to insert logo?
-
Open header.php file of your current theme.
Paste<?php echo csl_CustomSiteLogo_show_logo(); ?>
where you want to display your logo. -
Can I also insert logo picture anywhere using backend editor?
-
Yes you can just use the shortcode [csl_display_logo] in any post/page/custom post editor to show the logo image.
-
Why my logo is so big?
-
Try to uncheck the “Make Logo Responsive” option from settings page (Dashboard => Appearence => Custom Site Logo).
-
Where is settings page in admin?
-
Please go to Dashboard => Appearence => Custom Site Logo
समीक्षा
योगदानकर्ते आणि विकसक
“Custom Site Logo” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Custom Site Logo” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0.1
Release Date: May 25th, 2023
Bugfixes:
- Fixes PHP warnings.
Updates:
Update the code standards.