Forums

How do I add a graphic to the header? (3 posts)

  1. RandB
    Member
    Posted 2 years ago #

    How do I add a logo graphic to the header?

    And no, I'm not on WordPress.com. I'm self-hosted.

    Thanks.

  2. Gerald
    Member
    Posted 2 years ago #

    What theme are you using?

  3. patrickd88
    Member
    Posted 1 year ago #

    @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.

Topic Closed

This topic has been closed to new replies.

About this Topic