Przejdź do treści
WordPress.org

Polska

  • Motywy
  • Wtyczki
  • Aktualności
  • Wsparcie
  • Informacje
  • Zlecenia
  • Pomóż w tłumaczeniu
  • Kontakt
  • Pobierz WordPressa
Pobierz WordPressa
WordPress.org

Plugin Directory

FidNos – Custom Page Logo

  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się
  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się

FidNos – Custom Page Logo

Autor: M Riaz Mughal
Pobierz
  • Szczegóły
  • Recenzje
  • Instalacja
  • Rozwój
Wsparcie

Opis

By default, WordPress displays one logo across your entire site.

FidNos – Custom Page Logo gives you complete flexibility by allowing a unique logo on any individual page or post — without editing theme files or writing code.

This plugin adds a clean, lightweight meta box to your editor where you can upload or select an alternate logo for that specific content.
It works automatically with any theme that supports the standard WordPress custom logo functions:

  • the_custom_logo()
  • get_custom_logo()
  • get_theme_mod('custom_logo')

Key Features:
* Set a different logo for any page or post.
* Uses the WordPress media library.
* Instant preview inside the editor.
* No template editing required.
* Theme-agnostic — works with any modern theme.
* 100% lightweight and fast.

Instalacja

  1. Upload the fidnos-custom-page-logo folder to the /wp-content/plugins/ directory, or install it via Plugins → Add New.
  2. Activate the plugin through the “Plugins” menu.
  3. Edit any post or page and use the Custom Page Logo box to set or remove a logo.

Najczęściej zadawane pytania

Which themes are supported?

Any theme that uses the standard WordPress custom logo functions:
– the_custom_logo()
– get_custom_logo()
– get_theme_mod('custom_logo')

These are used by the majority of modern themes.

Can I add support for custom post types?

Yes.
Use the filter fidnos_cpl_post_types to define additional post types:

`php

add_filter( 'fidnos_cpl_post_types’, function( $types ) {
$types[] = 'product’;
$types[] = 'portfolio’;
return $types;
});

Recenzje

Excellent Plugin

tec1 2026-01-01
I installed this plugin a few days ago, and it is working perfectly. This is exactly what I was looking for.
Przeczytaj 1 recenzje

Kontrybutorzy i deweloperzy

„FidNos – Custom Page Logo” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani
  • M Riaz Mughal

Przetłumacz wtyczkę “FidNos – Custom Page Logo” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Meta

  • Wersja 1.4
  • Ostatnia aktualizacja 1 miesiąc temu
  • Włączone instalacje Mniej niż 10
  • Wersja WordPressa 5.0 lub nowszej
  • Testowano do 6.9
  • Wersja PHP 7.4 lub nowszej
  • Język
    English (US)
  • Tagi
    brandingcustom logoheaderlogo
  • Widok zaawansowany

Oceny

5 na 5 gwiazdek.
  • 1 recenzja 5-gwiazdkowa 5 gwiazdek 1
  • 0 recenzji 4-gwiazdkowych 4 gwiazdki 0
  • 0 recenzji 3-gwiazdkowych 3 gwiazdki 0
  • 0 recenzji 2-gwiazdkowych 2 gwiazdki 0
  • 0 recenzji 1-gwiazdkowych 1 gwiazdka 0

Dodaj recenzję

Zobacz wszystkierecenzje.

Zaangażowani

  • M Riaz Mughal

Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

Zobacz forum wsparcia

  • O nas
  • Aktualności
  • Hosting
  • Prywatność
  • Prezentacja
  • Motywy
  • Wtyczki
  • Wzorce
  • Nauka
  • Pomoc techniczna
  • Programiści
  • WordPress.tv ↗
  • Zaangażuj się
  • Wydarzenia
  • Przekaż darowiznę ↗
  • Piątka dla Przyszłości
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Polska

  • Odwiedź nasze konto X (dawniej Twitter)
  • Odwiedź nasze konto Bluesky
  • Odwiedź nasze konto na Mastodoncie
  • Odwiedź naszego Threadsa
  • Odwiedź naszego Facebooka
  • Odwiedź nasze konto na Instagramie
  • Odwiedź nasze konto na LinkedIn
  • Odwiedź naszego TikToka
  • Odwiedź nasz kanał YouTube
  • Odwiedź naszego Tumblra
Kod to poezja.