Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya0001/logo-customizer
This plugin allow you to customize the logo image on Theme Customizer.
https://github.com/miya0001/logo-customizer
Last synced: 24 days ago
JSON representation
This plugin allow you to customize the logo image on Theme Customizer.
- Host: GitHub
- URL: https://github.com/miya0001/logo-customizer
- Owner: miya0001
- Created: 2012-07-28T17:35:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T06:14:12.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T01:46:45.440Z (2 months ago)
- Language: PHP
- Size: 428 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Logo Customizer ===
Contributors: miyauchi
Donate link: https://github.com/miya0001/logo-customizer
Tags: theme, customizer, logo, image, branding
Requires at least: 3.8
Tested up to: 4.1
Stable tag: 1.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlThis plugin allows you to customize the logo image on Theme Customizer.
== Description ==
This plugin allows you to customize the logo image on Theme Customizer.
https://github.com/miya0001/logo-customizer
= How to display logo =
Please place the following:
``
= Set default logo =
`
add_filter( 'logo_customizer_default_logo', function() {
return 'http://example.com/path/to/logo.png';
} );
`== Installation ==
* A plugin installation screen is displayed on the WordPress admin panel.
* It installs it in `wp-content/plugins`.
* The plugin is made effective.
* Use the template tag the_logo() like below.``
== Screenshots ==
1. Theme Customizer.
== Changelog ==
= 1.0.0 =
* The first release.== Credits ==
This plugin is not guaranteed though the user of WordPress can freely use this plugin free of charge regardless of the purpose.
The author must acknowledge the thing that the operation guarantee and the support in this plugin use are not done at all beforehand.== Contact ==
* twitter @wpist_me