Hi there, I'd like to insert a div and two images before the #wrapper div - can someone point me in the right direction? At what point is the wrapper called?
I'm also having some trouble getting the right path to my child theme for the image itself - here is my code...am I doing something wrong? It can't find the image...
function add_logo() {
?><img src="<?php get_stylesheet_directory_uri()/imgs/satan_sigil_R.jpg ?>"><?php
}
add_action('thematic_header', 'add_logo', 1);