Just revamped. Got feedback? Share now.
Add support for custom logo image upload in Wordpress website using Wordpress built-in function.
Custom logo can be used in dynamic top navigation bars or other places within theme. Add a support for setting custom logo using WordPress built-in function from the backend.
Step 1: Add custom logo support using add_theme_support
function in functions.php of child theme or parent or where needed.
add_theme_support( 'custom-logo');
Step 2: Set the logo in the backend or let the user set it.
Step 3: Print the logo on frontend
There are two ways to print custom logo on frontend of website.
Method 1: With markup
Just use the_custom_logo()
function to print logo image with img
markup. No need of echo
since it already echos the markup directly.
<?php the_custom_logo(); ?>
Method 2: Without markup, just get the source
If you have defined your custom logo image markup already, read ‘WP get custom logo image URL‘ guide. It’ll also help you to get the custom logo URL or source in different custom image sizes.
Our standardized editorial process ensures right, timely, and healthy updates to our content. Your honest opinion drives significant improvement to our content. We appreciate you are taking time to share that.
100K+ readers have already joined the lists of their choice. Will you? Just now, maybe?
Pick List(s) to Subscribe