StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-02-2010, 01:15 PM
Nancy Strong Nancy Strong is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2010
Location: Colorado
Posts: 251
Default A href to link header

I would like to link my header to always go back to the home page. I am not sure where to put the a href.

Code:
<div id="header">

	<div class="headerleft" <?php if(get_theme_mod('header_blog_title') != 'Text') { echo 'id="imageheader"'; } ?>>
		<?php
			if (is_home()) {
				echo '<h1><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h1>';
			} else {
				echo '<h4><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h4>';
			}
		?>
       <p><?php bloginfo('description'); ?></p>
	</div>	
	
	<?php // To define the 468x60 ad, go to your WP dashboard and go to Appearance > Widgets. Select 468x60 Header Banner and then enter your add code into a text widget ?>
		
	

</div>
Your help is greatly appreciated.

http://sanantonioriverwalkrentals.com
__________________
Thank You,
Nancy Strong
http://www.lightenyourworkload.com
Nancy@LightenYourWorkLoad.com
 

Tags
header, lifestyle 4.0, link

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
href absolute instead of relative fmunz General Discussion 1 04-19-2010 05:56 PM
replace the SEARCH box with an HREF link allansburgess General Discussion 3 11-16-2009 06:45 PM


All times are GMT -5. The time now is 08:18 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.