Hi Themies,
Great framework!
My question is how do I add a link to an image from within my footer.php.
I think I have an issue with it being a *relative* link.
Because this works when viewing the front page:
<img src="wp-content/themes/thematic_child_theme/images/logo.png" />
But when viewing any other page, it's broken.
BUT THEN:
Changing the code to this:
<img src="../wp-content/themes/thematic_child_theme/images/logo.png" />
will work for any page except the front page