Title: Add link to header
Last modified: August 20, 2016

---

# Add link to header

 *  Resolved [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * (@clonesnclowns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/)
 * Hi
 * After finally sorting out the size of my header, I’m now looking to link it to
   my homepage so that when you click on the header it takes you back to the “beginning”
   of my blog wherever you are.
 * Please forgive my lack of knowledge !
 * Kind regards

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Thread Starter [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * (@clonesnclowns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947065)
 * Sorry my site is clonesnclowns.com
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947067)
 * can you Pastebin.com the contents of your header.php file? (sorry if again, just
   for this new thread)
 *  Thread Starter [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * (@clonesnclowns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947071)
 * Hello again 🙂 Sure I can !
 *  Thread Starter [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * (@clonesnclowns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947072)
 * pastebin.com : [http://pastebin.com/FSZw9DJ2](http://pastebin.com/FSZw9DJ2)
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947082)
 * It’s a CSS solution again,
    Add this style like you did in the previous thread:
 *     ```
       #header h1 a{
        display: block;
        height: 180px;
       }
       ```
   
 *  Thread Starter [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * (@clonesnclowns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947084)
 * Great, seems to be working although it has added in a couple of symbols on the
   left of the screen (see [http://www.clonesnclowns.com](http://www.clonesnclowns.com))
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947085)
 * In your header.php file, you have this,
 *     ```
       <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
       ```
   
 * Try this
 *     ```
       <h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
       ```
   
 *  Thread Starter [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * (@clonesnclowns)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947087)
 * At the end of my header.php I had [<h1><?php bloginfo(‘name’); ?></h1>](http://clonesnclowns.com)
   with an extra “> in there somewhere, I took them out and it worked 🙂 Thanks 
   again Andrew !!!Highly appreciated – I’m all set !

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Add link to header’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [link](https://wordpress.org/support/topic-tag/link/)

 * 8 replies
 * 2 participants
 * Last reply from: [clonesnclowns](https://wordpress.org/support/users/clonesnclowns/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/add-link-to-header/#post-2947087)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
