• I need help in editing the header of the Deepblue template.
    I want to copy my logo into the header.
    Can you give me an idea on how to do this.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    in the header.php you will see, at the bottom, <div id=”header”>. delete what is after that till the </div> then add:
    <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header2.png" alt="Rob Seipp Logo" id="logo"/></a>

    mine looks like

    <div id="header">
    <strong><a>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/header2.png" alt="Rob Seipp Logo" id="logo"/></a></strong>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HEADER EDITING’ is closed to new replies.