Adding Logo pic in Twenty Eleven Header
-
Not sure if this is the best solution – to change in Twenty Eleven child theme, header.php:
<?php bloginfo( ‘name’ ); ?>
Replace it with code of image:
<img src=”https://yoursite.com/imageurl.gif”>
Delete the following code completly:
<?php bloginfo( ‘description’ ); ?>Question is, is my blog then without side description?
Is there a way to get this done without removing side description? Thanks for any help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding Logo pic in Twenty Eleven Header’ is closed to new replies.