Home › Forums › Back End › Different Logo for each wordpress page › Reply To: Different Logo for each wordpress page
Not really all that experience with php. I ended up finding a bit of a cheat and just added a new logo to each page with a div tag so the new logo just sits ontop of the old logo.
I think your recomendation would be easier. Any possibility you would be able to help?
Here is my header.php code
<!—->
<html xmlns="http://www.w3.org/1999/xhtml" >
<meta http-equiv="Content-Type" content="; charset=” />
<link rel="stylesheet" type="text/css" href="” />
<link rel="stylesheet" type="text/css" href="/css/prettyPhoto.css” />
<body >
<
div id=”wrap” class=”clearfix”>
<a href="”><img src="” alt=”Photo Lab” />
<a href="”><img src="/images/logo.png” alt=”Photo Lab” />
‘main’, ‘menu_class’ => ‘sf-menu’, ‘container’ => ‘ul’ ) ); ?>
- <a href="”>Home
”)); ?>
<a target="_blank" href="”><img src="/images/icons/facebook.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/twitter.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/flickr.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/digg.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/reddit.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/stumpleupon.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/rss.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/youtube.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/linkedin.png” alt=”” />
<a target="_blank" href="”><img src="/images/icons/googleplus.png” alt=”” />
©