Created
November 3, 2017 18:39
-
-
Save anwerashif/0a87cf3c48d0b04d42a27e41d749183a to your computer and use it in GitHub Desktop.
Display custom logo to Genesis Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Do NOT include the opening PHP tag | |
// Display custom logo | |
add_action( 'genesis_site_title', 'the_custom_logo', 0 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment