Hi guys,
I am trying to add a logo to my site but I dono how to edit the header.php file to do so. I would appreciate it if someone could guide me through the process. I checked google and there were few links which changed header image on other themes, but they went over my head completely..
Thanks for ur time.PHP Code:<div id="header">
<div id="headerimg">
<?
if(is_home()) {
?>
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<?
} else {
?>
<div id="h1"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></div>
<?
}
?>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>




LinkBack URL
About LinkBacks

Reply With Quote







Bookmarks