Frage

As you can see from below, the logo is in the same folder as header.php. I do the relative image reference in header.php by

img src="logo.png"

Its not working. Please help

enter image description here

Thanks

War es hilfreich?

Lösung

if the png lies directly in your theme folder try this:

img src="<?php echo get_template_directory_uri(); ?>/logo.png"
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit wordpress.stackexchange
scroll top