• Hi – I am running Minimalist Theme at efoxley.com/dope and love the theme. The only tweak I want to make is to put a logo up instead of the title as it is now. I do want to retain the Linking function, too. How would I go about doing this so it also is consistent in all pages?

    I greatly appreciate any help!

    Cheers –

Viewing 1 replies (of 1 total)
  • Under Appearance > Editor, go to header.php
    Find where it says <?php bloginfo(‘name’); ?> and replace it with an img tag pointing to your logo image.
    Also, the bloginfo(‘name’) code should be surrounded by a link tag that points to bloginfo(‘url’). This ensures that when you click the header, it directs you to your homepage. Don’t delete that.

Viewing 1 replies (of 1 total)

The topic ‘Add Logo to Theme’ is closed to new replies.