Title: Clickable header image
Last modified: August 19, 2016

---

# Clickable header image

 *  [martin2c](https://wordpress.org/support/users/martin2c/)
 * (@martin2c)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/)
 * At the moment the clickable header image goes to the home page. Is there a way
   of changing this so i can have it go to another page on my site?

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

 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/#post-986192)
 * martin2c,
 * > Is there a way of changing this so i can have it go to another page on my site?
 * Yes, there **_is_** a way. You’ll have to edit the appropriate template file,
   probably header.php. If you could give a link to your site or mention the theme
   you’re using, I could give a more **_specific_** instruction.
 *  Thread Starter [martin2c](https://wordpress.org/support/users/martin2c/)
 * (@martin2c)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/#post-986203)
 * Hi
 * using the atahaulpa theme. I’ve changed the header image but kept it saved as
   header6 in the iamges folder. I want the image to go to [http://www.cheshire-mortgage-broker.co.uk/quote](http://www.cheshire-mortgage-broker.co.uk/quote)
   when it is clicked.
 * Thanks for any help in advance
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/#post-986204)
 * Also see [Designing Headers](http://codex.wordpress.org/Designing_Headers).
 * Moving this to the How to… forum
 *  [bytesforall](https://wordpress.org/support/users/bytesforall/)
 * (@bytesforall)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/#post-986238)
 * In functions/bfa_header_config.php around line 160 find
 * `<a class="divclick" title="' . get_bloginfo('name') . '" href ="' . get_option('
   home') . '/">&nbsp;</a></div>' : '' );`
 * and replace with
 * `<a class="divclick" title="Title for this link" href="link_to_the_other_page"
   >&nbsp;</a></div>' : '' );`
 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/#post-986240)
 * Hi,
 * You need to modify header.php file of your current active theme:
 * Change This Line:
 *     ```
       <h1 id-header>
               <a href=<?php bloginfo(''); ?>
               <? php bloginfo('name'); ?> </a>
       </h1>
       ```
   
 * To:
 *     ```
       <a href=<?php bloginfo(''); ?>
                <h1 id-header>
                       <? php bloginfo('name'); ?>
               </h1>
       </a>
       ```
   
 * Thanks,
 * Shane G.

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

The topic ‘Clickable header image’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 5 participants
 * Last reply from: [shane-g](https://wordpress.org/support/users/shane-g/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/clickable-header-image-1/#post-986240)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
