How to put image in header
-
1st off, I think I’m using 2.2, I just downloaded it the 8th of this month. Is there a way that I can tell?
I am using the ambient glo theme … hosted through Blue Host and am using cpanel. I believe I have the image I want in cpanel.
I’ve been playing with the editing … this is what I currently have, and I don’t get the logo on my site.
<!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 wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ |’; } ?> <?php bloginfo(‘name’); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /><!– leave this for stats –>
<link rel=”stylesheet” type=”text/css” media=”screen” href=”<?php bloginfo(‘stylesheet_url’);?>”/>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<!–we need this for plugins–>
<?php wp_head(); ?>
</head>
<body>
<div id=”container”>
<div id=”header”>
<h3><?php bloginfo(‘description’); ?></h3>
<!–the blog title–>
<h2>/”><img src=”<?php bloginfo(‘template_url’); ?>whatkidsenjoy.com/home/whatkid1/public_html/wp-includes/images/logo12.jpg” alt=”logo” />What Kids Enjoy</h2>
<!–blog description–>
</div>
<div id=”menu”>-
<li class=”page_item”>“>Home
<?php wp_list_pages(‘title_li=&depth=1’); ?>
</div>
<!–header.php end–>thanks for any input …
- The topic ‘How to put image in header’ is closed to new replies.