>
Download This Plugin | |
Download Elegant Themes | |
Name | Logo Customizer |
Version | 1.2.0 |
Author | Takayuki Miyauchi |
Rating | 100 |
Last updated | 2014-12-31 02:23:00 |
Downloads |
4859
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Logo Customizer plugin added 5 bytes of resources to the Home page and 14 bytes of resources to the sample Post page.
Logo Customizer plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Logo Customizer plugin ads no tables to your Wordpress blog database.This plugin allow you to customize the logo image on Theme Customizer.
https://github.com/miya0001/logo-customizer
Please place following.
<?php if ( function_exists( 'the_logo' ) ) the_logo(); ?>
add_filter( 'logo_customizer_default_logo', function() {
return 'http://example.com/path/to/logo.png';
} );