Ga naar de inhoud
WordPress.org

Nederlands

  • Thema’s
  • Plugins
  • Nieuws
  • Ondersteuning
    • Documentatie
    • Forums
  • Over
  • Vertalen
    • Vertaalproces
    • Stijlgids
  • Community
    • Onze community
    • Meetups
    • WordCamps
  • Contact
  • WordPress downloaden
WordPress downloaden
WordPress.org

Plugin Directory

FidNos – Custom Page Logo

  • Dien een plugin in
  • Mijn favorieten
  • Login
  • Dien een plugin in
  • Mijn favorieten
  • Login

FidNos – Custom Page Logo

Door M Riaz Mughal
Download
  • Details
  • Beoordelingen
  • Installatie
  • Ontwikkeling
Ondersteuning

Beschrijving

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.

Installatie

  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.

FAQ

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;
});

Beoordelingen

Excellent Plugin

tec1 1 januari 2026
I installed this plugin a few days ago, and it is working perfectly. This is exactly what I was looking for.
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“FidNos – Custom Page Logo” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers
  • M Riaz Mughal

Vertaal “FidNos – Custom Page Logo” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Meta

  • Versie 1.4
  • Laatst geüpdatet 2 maanden geleden
  • Actieve installaties Minder dan 10
  • WordPress versie 5.0 of nieuwer
  • Getest t/m 6.9.1
  • PHP versie 7.4 of nieuwer
  • Taal
    English (US)
  • Tags
    brandingcustom logoheaderlogo
  • Geavanceerde weergave

Waarderingen

5 van 5 sterren.
  • 1 5 ster beoordeling 5 sterren 1
  • 0 4 sterren beoordelingen 4 sterren 0
  • 0 3 sterren beoordelingen 3 sterren 0
  • 0 2 sterren beoordelingen 2 sterren 0
  • 0 1 sterren beoordelingen 1 ster 0

Mijn beoordeling toevoegen

Bekijk alle beoordelingen

Bijdragers

  • M Riaz Mughal

Ondersteuning

Iets te melden? Hulp nodig?

Het supportforum bekijken

  • Over
  • Nieuws
  • Hosting
  • Privacy
  • Showcase
  • Thema's
  • Plugins
  • Patronen
  • Leren
  • Ondersteuning
  • Ontwikkelaars
  • WordPress.tv ↗
  • Raak betrokken
  • Evenementen
  • Doneren ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Nederlands

  • Bezoek ons X (voorheen Twitter) account
  • Bezoek ons Bluesky account
  • Bezoek ons Mastodon account
  • Bezoek ons Threads account
  • Onze Facebook pagina bezoeken
  • Bezoek ons Instagram account
  • Bezoek ons LinkedIn account
  • Bezoek ons TikTok account
  • Bezoek ons YouTube kanaal
  • Bezoek ons Tumblr account
Code is poëzie.