• RinatisDinoro

    (@rinatisdinoro)


    Hi there WP pundits from all around the world! My request is simple – I need to insert a logo into my header at https://www.maindevice.com; being a n00b in coding, obviously, I don’t understand anything.

    I know I have to go into header and replace this

    <h1><a href="<?php echo get_option('home'); ?>/">
    <?php bloginfo('name'); ?></a></h1>

    with this

    <img src="<?php bloginfo('template_url'); ?>/images/logo.png">

    but I am not quite sure if it will fit and, if it will delete by subline….

    please, do help!

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

    (@mnasir79)

    give it a try by replacing the code…
    keep the original code as a backup first..
    Appearance-> theme Editor-> Header.php

    Thread Starter RinatisDinoro

    (@rinatisdinoro)

    The problem is that I don’t have exactly that…here’s the code

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help n00b Insert Header Logo’ is closed to new replies.