how to insert logo on the top left in wordpress site?
how to insert logo on the top left in wordpress site?
edit the corresponding theme template file, in most cases probably header.php
html code for an image:
<img src="http://fullpathtoimage" alt="" />
please post more details such as a link to your site or the name of your theme for further suggestions.
You must log in to post.