I didn’t add support for custom headers yet, to answer your question.
Yeah i made it. So basically if i go in my functions.php file and add support for custom headers i should be good to go with this code? :
<img id=”logoicon” src=”<?php echo get_bloginfo(‘template_directory’);?>/images/lpicongrey.jpg” class=”” alt=”” />
I don’t know.
All the theme consists of at the moment is
header.php
footer.php
index.php
style.css
everything inside of it is essentially pure html/css that i zipped and uploaded as a theme. I know very little about using code to display content from wordpress.