Hi,
I have put an image as my header and removed the text, I would like to link the image to the homepage so the user can click on it.
Where do I put the html code for this?
Thanks,
Kieran
See: http://wordpress.org/support/topic/minimatica-theme-header
“What you can do is add the image in the theme’s images folder and add it in header.php like this… ” rel=”home”>
<img src="/images/logo.png” alt=”” />”
“worked great… replaced line line 28 in the original header.php with the line of code … as promattos stated above and as this link says on the theme support page here”