Title: raidious's Replies | WordPress.org

---

# raidious

  [  ](https://wordpress.org/support/users/raidious/)

 *   [Profile](https://wordpress.org/support/users/raidious/)
 *   [Topics Started](https://wordpress.org/support/users/raidious/topics/)
 *   [Replies Created](https://wordpress.org/support/users/raidious/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/raidious/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/raidious/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/raidious/engagements/)
 *   [Favorites](https://wordpress.org/support/users/raidious/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven Header Images with Individual Links](https://wordpress.org/support/topic/twenty-eleven-header-images-with-individual-links/)
 *  Thread Starter [raidious](https://wordpress.org/support/users/raidious/)
 * (@raidious)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/twenty-eleven-header-images-with-individual-links/#post-2812549)
 * Copy header.php into the child theme, edit it and find:
    `<a href="<?php echo
   esc_url( home_url( '/' ) ); ?>">`
 * replace with this:
    `<a href="http://linkurl">`
 * But that would only allow me to make every header image link to one URL. I need
   each of the three images (and possible more in the future) to be links to three
   different URLs respectively.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven Header Clickable Image Link Customization Help Needed](https://wordpress.org/support/topic/twenty-eleven-header-clickable-image-link-customization-help-needed/)
 *  [raidious](https://wordpress.org/support/users/raidious/)
 * (@raidious)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/twenty-eleven-header-clickable-image-link-customization-help-needed/page/2/#post-2293814)
 * Esmi
 * Your code above is pretty awesome, but I was wondering if you can help me with
   this issue. Here is the link to the development version of a site I am working
   on:
 * [http://compassrose.raidiouscontrol.com](http://compassrose.raidiouscontrol.com)
 * I have created a child version of the twentyeleven theme and edited it heavily.
   I have changed the default image size for the rotating header image successfully
   and it rotates on every page of the site. I just received a request from the 
   client that each of the three header images but converted to links. While this
   isn’t difficult to do with the code listed above, the client asked that each 
   image link to a different internal site URL.
 * Do you have any suggestions on how I can achieve this?
 * Thanks in advance for your help!

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