تفصیل
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.
انسٹالیشن
- Upload the
fidnos-custom-page-logofolder to the/wp-content/plugins/directory, or install it via Plugins Add New. - Activate the plugin through the “Plugins” menu.
- Edit any post or page and use the Custom Page Logo box to set or remove a logo.
عمومی سوالات
-
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 filterfidnos_cpl_post_typesto define additional post types:`phpadd_filter( ‘fidnos_cpl_post_types’, function( $types ) {
$types[] = ‘product’;
$types[] = ‘portfolio’;
return $types;
});
جائزے
شراکت دار اور ڈیویلپرز
“FidNos – Custom Page Logo” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“FidNos – Custom Page Logo” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔