Support » Themes and Templates » Easiest way to put a logo

Viewing 1 replies (of 1 total)
  • It’d probably be in your header.php file.

    <?php bloginfo('name'); ?>

    You should find something similar to that and replace it with:

    <img src="http://www.yoururl.com" alt="Your alt text" ?>

    Should work.

Viewing 1 replies (of 1 total)
  • The topic ‘Easiest way to put a logo’ is closed to new replies.