Hi Guys,
i'm sure you've been asked this question many times but i cant for the life of me figure out how to link my wordpress header back to my homepage.....
I've read that i'm meant to change
<div id=”header”>
to
<div id=”header” onclick=”location.href=’http://siteaddress/’;” style=”cursor: pointer;”>
But the problem with that is my header code is this
<div id="wrapper">
<div id="container" class="container">
<div id=”header” class="span-24" >
<div class="span-12">
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
</div>
Anyone any ideas how i can make it link back to my homepage
i'm sure you've been asked this question many times but i cant for the life of me figure out how to link my wordpress header back to my homepage.....
I've read that i'm meant to change
<div id=”header”>
to
<div id=”header” onclick=”location.href=’http://siteaddress/’;” style=”cursor: pointer;”>
But the problem with that is my header code is this
<div id="wrapper">
<div id="container" class="container">
<div id=”header” class="span-24" >
<div class="span-12">
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
</div>
Anyone any ideas how i can make it link back to my homepage
Comment