How do I add a logo graphic to the header?
And no, I'm not on WordPress.com. I'm self-hosted.
Thanks.
How do I add a logo graphic to the header?
And no, I'm not on WordPress.com. I'm self-hosted.
Thanks.
What theme are you using?
@RandB Did you get an answer? I assume this was for the White As Milk theme. I can help you add a graphic to the header.
Just go into the header.php and look for the following code:
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>
Add your img code there (pointing to the image URL, of course), but in front of the closing h1. Save and go check. It should be there.
This topic has been closed to new replies.