Created
June 1, 2013 17:56
-
-
Save randyzwitch/5691182 to your computer and use it in GitHub Desktop.
Custom Header for Twenty Eleven, Part 2
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
<!-- Comment out WordPress header checking | |
<?php // Check to see if the header image has been removed | |
$header_image = get_header_image(); | |
if ( ! empty( $header_image )) : | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment