Skip to content

Instantly share code, notes, and snippets.

@anwerashif
Created November 3, 2017 18:39
Show Gist options
  • Save anwerashif/0a87cf3c48d0b04d42a27e41d749183a to your computer and use it in GitHub Desktop.
Save anwerashif/0a87cf3c48d0b04d42a27e41d749183a to your computer and use it in GitHub Desktop.
Display custom logo to Genesis Framework
<?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