Title: Custom Site Logo
Author: Awais Altaf
Published: <strong>21 มิถุนายน 2017</strong>
Last modified: 26 พฤษภาคม 2023

---

Search plugins

![](https://ps.w.org/custom-site-logo/assets/banner-772x250.png?rev=2716448)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/custom-site-logo/assets/icon-128x128.png?rev=2176415)

# Custom Site Logo

 By [Awais Altaf](https://profiles.wordpress.org/iticiti/)

[Download](https://downloads.wordpress.org/plugin/custom-site-logo.1.0.1.zip)

 * [Details](https://th.wordpress.org/plugins/custom-site-logo/#description)
 * [Reviews](https://th.wordpress.org/plugins/custom-site-logo/#reviews)
 * [Development](https://th.wordpress.org/plugins/custom-site-logo/#developers)

 [Support](https://wordpress.org/support/plugin/custom-site-logo/)

## Description

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

 1. Open header.php file of your current theme.
 2. 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

## Screenshots

 * [[
 * This is the screenshot of main settings page of this plugin. You can customise
   the settings as per your choice.

## FAQ

### 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

## Reviews

![](https://secure.gravatar.com/avatar/d967c847329677bcbc67d45b434329ca73b99cf2ea653e4a632305ee7896a146?
s=60&d=retro&r=g)

### 󠀁[Does not have alt text](https://wordpress.org/support/topic/does-not-have-alt-text/)󠁿

 [primorudy10](https://profiles.wordpress.org/primorudy10/) 13 ตุลาคม 2023

Fine plugin for logo management

![](https://secure.gravatar.com/avatar/186889e7b51ebcaa36880546b14c1858375565356d2157b6a510b03f1e953faf?
s=60&d=retro&r=g)

### 󠀁[Does not display the image ALT text](https://wordpress.org/support/topic/does-not-display-the-image-alt-text/)󠁿

 [Mimi](https://profiles.wordpress.org/immeemz/) 16 มกราคม 2021

This works as described and is very easy, but I was not able to use it because it
doesn’t display the image ALT text, either the ALT text as specified in the media
library, nor does it allow you to insert other ALT text. Not ADA or WCAG compliant
nor compliant with other accessibility guidelines throughout the world. Sorry! I
ended up just hand-coding the logo into the header.

![](https://secure.gravatar.com/avatar/0045cd22df107d42efe9b74f86409a7469629a492a2c6aaa7a4616e48ff8b8f6?
s=60&d=retro&r=g)

### 󠀁[Get your logo from a CDN](https://wordpress.org/support/topic/get-your-logo-from-a-cdn/)󠁿

 [photoworkout](https://profiles.wordpress.org/photoworkout/) 11 มกราคม 2020

This plugin does work well to server your logo from a CDN (external source). Useful
if your theme does not have the option to insert the logo by just pasting the image
URL (but requires the WP media uploader, e.g. via the customizer).

![](https://secure.gravatar.com/avatar/fd1d58ce44ef22dd5be33ba7dff3235101a6ab0102776b77dda7ccbd30c23405?
s=60&d=retro&r=g)

### 󠀁[And…….a logo!](https://wordpress.org/support/topic/and-a-logo/)󠁿

 [Curtis](https://profiles.wordpress.org/salsafire/) 22 ธันวาคม 2019

It works. Thank you.

![](https://secure.gravatar.com/avatar/7b5746103be78ac512ba75e02a2254c176c1c22d0ddfffe8df3bc642417f50c2?
s=60&d=retro&r=g)

### 󠀁[GREAT Plugin and AWESOME Support](https://wordpress.org/support/topic/great-plugin-and-awesome-support-73/)󠁿

 [ewdaadmin](https://profiles.wordpress.org/ewdaadmin/) 3 สิงหาคม 2018

This is a great plug-in and any questions I had were answered quickly. Awais was
a HUGE help.

![](https://secure.gravatar.com/avatar/be0252cf60683bfb5deeb51430f7070b5697f8e6d51feca4f03a55f2a2d43ad9?
s=60&d=retro&r=g)

### 󠀁[Simple plugin](https://wordpress.org/support/topic/simple-plugin-33/)󠁿

 [galvinxpertex](https://profiles.wordpress.org/galvinxpertex/) 11 เมษายน 2018

Simple plugin to use.

 [ Read all 9 reviews ](https://wordpress.org/support/plugin/custom-site-logo/reviews/)

## Contributors & Developers

“Custom Site Logo” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Awais Altaf ](https://profiles.wordpress.org/iticiti/)

[Translate “Custom Site Logo” into your language.](https://translate.wordpress.org/projects/wp-plugins/custom-site-logo)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/custom-site-logo/),
check out the [SVN repository](https://plugins.svn.wordpress.org/custom-site-logo/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/custom-site-logo/)
by [RSS](https://plugins.trac.wordpress.org/log/custom-site-logo/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

Release Date: May 25th, 2023

Bugfixes:

 * Fixes PHP warnings.

Updates:

Update the code standards.

## Meta

 *  Version **1.0.1**
 *  Last updated **3 ปี ago**
 *  Active installations **1,000+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **6.2.9**
 *  Language
 * [English (US)](https://wordpress.org/plugins/custom-site-logo/)
 * Tags
 * [center logo](https://th.wordpress.org/plugins/tags/center-logo/)[custom logo](https://th.wordpress.org/plugins/tags/custom-logo/)
   [effects](https://th.wordpress.org/plugins/tags/effects/)[logo](https://th.wordpress.org/plugins/tags/logo/)
   [logo management](https://th.wordpress.org/plugins/tags/logo-management/)
 *  [Advanced View](https://th.wordpress.org/plugins/custom-site-logo/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  8 5-star reviews     ](https://wordpress.org/support/plugin/custom-site-logo/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/custom-site-logo/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/custom-site-logo/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/custom-site-logo/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/custom-site-logo/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/custom-site-logo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/custom-site-logo/reviews/)

## Contributors

 *   [ Awais Altaf ](https://profiles.wordpress.org/iticiti/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/custom-site-logo/)