Forums
Home / Fixing WordPress / adding logo to header
(@kakivik)
15 years, 10 months ago
how do I add a logo to the Header
(@jessn)
15 years, 5 months ago
Here’s a link to my personal blog where I take notes on handy wordpress functions https://micromediawebsites.com/blog/?cat=12 ??
(@elie-palima)
Cool.. your a web designer ^_^ (I’ve never met one before)
I visited your site and Book marked it.. it’s very helpful. ??
(@giggliepig)
15 years ago
Inside of the <div id=”logo”> replace the <h1> and the <div class=”description” with this: /”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.png” title=”<?php bloginfo(‘name’); ?>” alt=”” /> Upload your logo to the images folder in your theme and it should find it.
Inside of the <div id=”logo”> replace the <h1> and the <div class=”description” with this:
/”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.png” title=”<?php bloginfo(‘name’); ?>” alt=”” />
Upload your logo to the images folder in your theme and it should find it.
Thanks Jessn! Just what I was looking for ??