Title: Daily logo
Author: Andrea Landonio
Published: <strong>Mezheven 3, 2015</strong>
Last modified: Gouere 26, 2022

---

Search plugins

![](https://ps.w.org/daily-logo/assets/banner-772x250.jpg?rev=1456254)

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/daily-logo/assets/icon-256x256.png?rev=1173881)

# Daily logo

 By [Andrea Landonio](https://profiles.wordpress.org/lando1982/)

[Download](https://downloads.wordpress.org/plugin/daily-logo.2.1.5.zip)

 * [Details](https://bre.wordpress.org/plugins/daily-logo/#description)
 * [Reviews](https://bre.wordpress.org/plugins/daily-logo/#reviews)
 *  [Installation](https://bre.wordpress.org/plugins/daily-logo/#installation)
 * [Development](https://bre.wordpress.org/plugins/daily-logo/#developers)

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

## Description

Daily logo is a simple and flexible plugin which allow users to display a different
header/logo in their site every day. If you need to have a different logo every 
day or during a particular event with this plugin you can completely customize your
site header/logo management.

When you install and activate the plugin, an admin section is added. The section
is composed by 2 pages, in the first one are automatically listed all your configured
daily logos, in the second one, you can see a small legend and you can setup default
look & feel templates.
 You can provide a starting time and an ending time for every
logo. By default the start time is 00:00 and the end time is 23:59.

You can provide 2 different templates for the header/logo HTML snippet. Imagine 
having different layout for desktop or mobile. The algorithm for choosing the templates
is demanded to you.

There is 2 different actions that you can use:

 * daily_logo_show_today / daily_logo_show_today_alternative (display daily logo)
 * daily_logo_show_date / daily_logo_show_date_alternative (display a custom date
   logo)

Here you can find and example of template detection in a PHP template file (e.g.
header.php):

    ```
    $is_mobile = false;
    if ($is_mobile) do_action( 'daily_logo_show_today_alternative' );
    else do_action( 'daily_logo_show_today' );


    $is_mobile = false;
    if ($is_mobile) do_action( 'daily_logo_show_date_alternative', 2015, 5, 12 );
    else do_action( 'daily_logo_show_date', 2015, 5, 12 );
    ```

The action with the “alternative” suffix is used for the second template layout.

You can use the shortcode `[daily_logo_history_table]` in your code for displaying
a table with all the data history.

#### Usage

 1. Go to `WP-Admin -> Daily Logo`.
 2. Add, modify, clone or delete a daily logo or configure the default templates.
 3. Replace in your the logo HTML snippet with the following code `do_action( 'daily_logo_show_today')`.

Links: [Author’s Site](http://www.andrealandonio.it)

## Screenshots

 * [[
 * Daily logo items management
 * [[
 * Settings admin page

## Installation

 1. Unzip the downloaded `daily-logo` zip file
 2. Upload the `daily-logo` folder and its contents into the `wp-content/plugins/` 
    directory of your WordPress installation
 3. Activate `daily-logo` from Plugins page

## FAQ

### Works on multisite?

No

### Can I use my custom image sizes on widget?

No, it’s better to upload for every daily logo an image with the right (or your 
desired) size.

### How works with different layout?

The plugin provides 2 different fields to upload 2 different image, with different
size. In this way you can use one layout for you first template (for example the
desktop site) and the other layout for an alternative template (for example the 
mobile version of your site)

### How works with logos scheduled in the same day?

With logos on the same day, the plugin uses the older and valid one and then first
to expire (note that with overlapped dates the plugin may fail, it is advised not
to use overlapped dates)

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Daily logo” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Andrea Landonio ](https://profiles.wordpress.org/lando1982/)
 *   [ Alcione Ferreira ](https://profiles.wordpress.org/ksombrah/)

[Translate “Daily logo” into your language.](https://translate.wordpress.org/projects/wp-plugins/daily-logo)

### Interested in development?

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

## Changelog

#### 2.1.5 – 2022-07-26

 * Added table history shortcode

#### 2.1.4 – 2021-03-14

 * Tested up with WordPress 5.7 release

#### 2.1.3 – 2020-12-09

 * Tested up to latest WordPress releases

#### 2.1.1 – 2019-05-22

 * Updated WordPress requirements

#### 2.1.0 – 2017-01-02

 * Added “HAS_IMAGE_ALTERNATIVE” and “IMAGE_ALTERNATIVE” tags management

#### 2.0.1 – 2016-07-15

 * Fixed JS date picker errors

#### 2.0.0 – 2016-07-15

 * Added start/end time management

#### 1.2.0 – 2016-06-29

 * Added “load more” in logos list

#### 1.1.0 – 2015-10-25

 * Added clone logo row option

#### 1.0.0 – 2015-06-01

 * First release

## Meta

 *  Version **2.1.5**
 *  Last updated **4 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **5.9.13**
 *  Language
 * [English (US)](https://wordpress.org/plugins/daily-logo/)
 * Tags
 * [daily](https://bre.wordpress.org/plugins/tags/daily/)[doodle](https://bre.wordpress.org/plugins/tags/doodle/)
   [logo](https://bre.wordpress.org/plugins/tags/logo/)[organize](https://bre.wordpress.org/plugins/tags/organize/)
   [switch](https://bre.wordpress.org/plugins/tags/switch/)
 *  [Advanced View](https://bre.wordpress.org/plugins/daily-logo/advanced/)

## Ratings

 5 out of 5 stars.

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

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

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

## Contributors

 *   [ Andrea Landonio ](https://profiles.wordpress.org/lando1982/)
 *   [ Alcione Ferreira ](https://profiles.wordpress.org/ksombrah/)

## Support

Got something to say? Need help?

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