Hello,
I am pretty admittedly very new to Wordpress.org overall, so this is a bit overwhelming for me. I've been trying to see how in the world I would be able to upload my logo and get it to show with my theme "Evidens"--a theme that I downloaded. Here is what my Wordpress dashboard tells me:
Image Logo is the option when you want to use a custom made logo. Upload your logo in the root folder of Evidens theme and name it logo.png.
So I've uploaded the logo to my FTP and now I'm wondering where I would link it. Header template? Or the Logo-Img php page? Here is the code that I tried to usefor that:
<div class="img">
/"><img src="http://www.clandestinechic.com/wp-content/uploads/2009/07/clandestinechicheader.png<?php bloginfo('template_url'); ?>/logo.png" alt="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" />
</div>
Sorry if this doesn't make sense with all of the confusion. Any help would be greatly appreciated.
Thanks.