• Resolved beyourselfbycharlie

    (@beyourselfbycharlie)


    Hi,

    I’ve transferred my blog from wp.com to wp.org and my theme “Nuclear” doesn’t offer any header image anymore…
    I’m working on a child theme via the plugin “One click child theme”.
    I have my header.php file but I am not sure what code I have to add and where. I have found different codes online that I’ve tried without success as I don’t understand where to add my image source.

    I’ve spent hours on it yesterday and finally tried to ad a simple:
    <html>
    <head>

    <img src=”myimagesource” alt=”myimagename” style=”width:304px;height:228px;”>

    </head>
    </html>

    And it worked! But when I logged in this morning it was gone and I can’t seem to find out what to do.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter beyourselfbycharlie

    (@beyourselfbycharlie)

    All good, my child theme wasn’t active because it missed
    @import url(“../nucleare/style.css”);

    The plugin did say “This child theme inherits templates from a parent theme, Nucleare.” though.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add Header Image to Template’ is closed to new replies.