how to add logo to my blog.
-
hi,
how to add logo to my wordpress blog https://www.worldofdth.in/home
-
Here is the header code, tell me where to edit to add the blog logo…?
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title>
<?php bloginfo(‘name’); ?>
<?php wp_title(); ?>
</title>
<link rel=”Shortcut Icon” href=”<?php echo bloginfo(‘template_url’); ?>/images/favicon.ico” type=”image/x-icon” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<?php if (function_exists(‘wp_enqueue_script’) && function_exists(‘is_singular’)) : ?>
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php endif; ?>
<?php wp_head(); ?>
<script type=”text/javascript”><!–//–><![CDATA[//><!–
sfHover = function() {
if (!document.getElementsByTagName) return false;
var sfEls = document.getElementById(“menu”).getElementsByTagName(“li”);for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=” sfhover”;
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(” sfhover\\b”), “”);
}
}
}
if (window.attachEvent) window.attachEvent(“onload”, sfHover);
//–><!]]></script>
</head>
<body>
<div id=”wrapper”>
<div id=”header”> “>
<div class=”logo”></div>
<!–end: logo–>
<?php if (get_theme_mod(‘showad728x90’) == ‘Yes’) { ?>
<div class=”ad728x90″><?php echo stripslashes(get_theme_mod(‘ad728x90’)); ?></div>
<!–end: ad728x90–>
<?php } else { ?>
<?php } ?>
</div>
<!–end: header–>
<div id=”top”>
<div class=”left”>/wp-login.php?action=register” title=”<?php _e(“Register”, ‘themejunkie’); ?>”>
<?php _e(“Register”, ‘themejunkie’); ?>
|/wp-login.php” title=”<?php _e(“Login”, ‘themejunkie’); ?>”>
<?php _e(“Login”, ‘themejunkie’); ?>
</div>
<div class=”right”>
<form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
<div id=”search”>
<input class=”searchinput” type=”text” value=”Search…” onclick=”this.value=”;” name=”s” id=”s” />
<input type=”submit” class=”searchsubmit” value=”GO”/>
</div>
</form>
</div>
<div class=”right”><span class=”rss”>“>
<?php _e(“Posts”, ‘themejunkie’); ?>
</span><span class=”rss”>“>
<?php _e(“Comments”, ‘themejunkie’); ?>
</span>
<?php if (get_theme_mod(‘twitter’) == ‘Yes’) { ?>
<span class=”twitter”>/”>Follow us on Twitter</span>
<?php } else { ?>
<?php } ?>
</div>
</div>
<!–end: top–>
<div id=”menu”>
<li class=”current”>“>
<?php _e(“Home”, ‘themejunkie’); ?>
<?php wp_list_categories(‘title_li=&orderby=id’); ?>
</div>
<!–end: menu–>jatt
open /wp-content/themes/fashionpress/style.css file and change the logo.png to newlogo.png
.logo {
background:url(“images/logo.png“) no-repeat scroll 0 0 transparent;
float:left;
height:90px;
margin:0;
padding:0;
width:240px;
}Upload the newlogo.png file this folder /wp-includes/images
thanks jaishem i will let u know if it works
I could see your changes in the logo issue solved.
- The topic ‘how to add logo to my blog.’ is closed to new replies.