Created
July 16, 2013 17:39
-
-
Save jameskoster/6010878 to your computer and use it in GitHub Desktop.
Highwind - Add your own header image
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
| add_action( 'highwind_site_title_link', 'jk_custom_header_image' ); | |
| function jk_custom_header_image() { | |
| ?> | |
| <img src="path/to/your/image.png" class="avatar" /> | |
| <?php | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding the above code snippet in functions.php adds the image but doesn't remove the existing img tag. Better is to add and avatar plugin and then add the picture.