WordPress.org

Français

  • Thèmes
  • Extensions
  • Actualités
    • Documentation
    • Forums
  • À propos
  • Compositions
    • Équipes
    • Guide de contribution
  • Obtenir WordPress
Obtenir WordPress
WordPress.org

Plugin Directory

Logo Switcher

  • Envoyer une extension
  • Mes favoris
  • Se connecter
  • Envoyer une extension
  • Mes favoris
  • Se connecter

Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Logo Switcher

Par Leander Iversen
Télécharger
  • Détails
  • Avis
  • Installation
  • Développement
Support

Description

Logo Switcher is a super lightweight plugin that easily allow the implementation of a chosen logo in your theme. By default, the plugin automatically includes the chosen logo on the login screen, but the plugin behavior can be controlled by a simple filter. To get started, simply download and activate the plugin, then hover over Appearance and click on Customize.

How to use

<?php 

// https://www.example.com/wp-content/uploads/YYYY/MM/logo.png
   echo logo_switcher_url();

// <a href="https://www.example.com/" title="Your Website Name" rel="home"><img src="https://www.example.com/wp-content/uploads/YYYY/MM/logo.png" alt="Your Website Name"></a>      
   logo_switcher_link_tag();

// <img src="https://www.example.com/wp-content/uploads/YYYY/MM/logo.png" class="example-class" alt="Your Website Name">
   logo_switcher_image_tag($classes = array());

Like the plugin?

If you like the plugin, please review it. Every review is highly appreciated, but if you have a suggestion on how to make the plugin better, please send an email to info@carpe-noctem.no.

Captures d’écran

  • This is where you upload the logo you want to use
  • This is where you change the settings of the plugin to suite your needs

Installation

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to Appearance, then click on Customize to upload your logo. Note that this will only add the logo to the login page of your website. To include the logo on your actual website, use one of the functions provided under « How to use ».

Avis

Quick and Easy Logo Change

AshtonSanders 1 décembre 2017
Installed and working as expected on my site.
Lire l’avis

Contributeurs/contributrices & développeurs/développeuses

« Logo Switcher » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs
  • Leander Iversen

Traduisez « Logo Switcher » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

2.1

  • General maintenance and optimisation of the plugin.

2.0

  • Introduces logo_switcher_image_tag(), which produces the img-tag, with the option to add classes.
  • Introduces logo_switcher_link_tag(), which is an alias of logo_switcher_print().
  • Introduces a cleaner uninstalling process.
  • Compatibility with WordPress 5.0.

1.2.3

  • Optimisation of the CSS on the « Log In » page.
  • Updated minimum version of WordPress to 4.0 to ensure future compatibility for the plugin.

1.2.2

  • Streamlined the process of uploading a logo
  • Updated translations

1.2.1

  • Added functionality to see the uploaded logo directly from the plugin’s settings page
  • Updated translations
  • Other minor improvements

1.2

  • New options page located under the « General » settings, which allows you to easily switch on or off the logo on the login screen
  • Updated translations with better explanations
  • Various minor improvements

1.1.4

  • Updated the readme and made it more understandable
  • The plugin is now compatible with version 4.7 of WordPress

1.1.3

  • Various bugfixes
  • Updated translations
  • Compatible up to version 4.7-alpha-38618 of WordPress

1.1.2

  • Various bugfixes

1.1.1

  • Updated translations
  • Updated readme

1.1

  • Added options to include the logo in your theme
  • Added filters
  • Bugfixes

1.0

  • Initial release

Méta

  • Version 2.1
  • Dernière mise à jour il y a 5 ans
  • Installations actives 1 000+
  • Version de WordPress 4.0 ou plus
  • Testé jusqu’à 5.4.16
  • Version de PHP 5.6 ou plus
  • Langue
    English (US)
  • Étiquettes
    custom logologin logologologo switcher
  • Vue avancée

Évaluations

5 sur 5 étoiles.
  • 1 avis à 5 étoile 5 étoiles 1
  • 0 avis à 4 étoile 4 étoiles 0
  • 0 avis à 3 étoile 3 étoiles 0
  • 0 avis à 2 étoile 2 étoiles 0
  • 0 avis à 1 étoile 1 étoile 0

Ajouter mon avis

Voir tous les avis

Contributeurs

  • Leander Iversen

Support

Quelque chose à dire ? Besoin d’aide ?

Voir le forum de support

  • À propos
  • Actualités
  • Hébergement
  • Confidentialité
  • Vitrine
  • Thèmes
  • Extensions
  • Compositions
  • Apprendre
  • Support
  • Développeurs & développeuses
  • WordPress.tv ↗
  • Contribuer
  • Évènements
  • Faire un don ↗
  • « Five For the Future »
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Français

  • Visitez notre compte X (précédemment Twitter)
  • Visiter notre compte Bluesky
  • Consulter notre compte Mastodon
  • Visiter notre compte Threads
  • Consulter notre compte Facebook
  • Consulter notre compte Instagram
  • Consulter notre compte LinkedIn
  • Visiter notre compte TokTok
  • Visiter notre chaîne YouTube
  • Visiter notre compte Tumblr
Le code est une poésie.