Title: Header Image &#8211; Link
Last modified: September 28, 2019

---

# Header Image – Link

 *  Resolved [herwigviechtbauer](https://wordpress.org/support/users/herwigviechtbauer/)
 * (@herwigviechtbauer)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/header-image-link-8/)
 * Hello,
 * is there a possibility to change the link that is given to the header image? 
   In my case I would like to link the header image, which is a picture of myself,
   to an anchor point further down my site.
 * Looking forward to reading from you.
    Herwig
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-image-link-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [herwigviechtbauer](https://wordpress.org/support/users/herwigviechtbauer/)
 * (@herwigviechtbauer)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/header-image-link-8/#post-11978454)
 * or the same question about linking the site identity to an anchor by myslef…?
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/header-image-link-8/#post-11981273)
 * Hello, [@herwigviechtbauer](https://wordpress.org/support/users/herwigviechtbauer/)!
 * For what you want, you need to modify the theme file.
 * If you decide to modify the theme files, I suggest you use the [Child Theme](https://developer.wordpress.org/themes/advanced-topics/child-themes/).
   The Child theme is always a better option since a child theme inherits the look
   and feel of the parent theme and all of its functions, but can be used to make
   modifications to any part of the theme. In this way, customizations are kept 
   separate from the parent theme’s files. Using a child theme lets you upgrade 
   the parent theme without affecting the customizations you’ve made to your site…
 * So, to add an anchor link to the header image, follow the steps below:
 * Edit the “**class-agama-helper.php**” file in Agama theme:
 * 1. First Open Appearance…
    2. then Editor… 3. On the right side navigate to framework-
   >class-agama-helper.php, and click on it to edit the file 4. Scroll down to the
   line #69, [https://prnt.sc/pcrltz](https://prnt.sc/pcrltz) replace the code `
   echo '<a href="'. esc_url( home_url( '/' ) ) .'">';` with the next one: `echo'
   <a href="http://viechtbauer.org#Persoenlich">';` [https://prnt.sc/pcrmo1](https://prnt.sc/pcrmo1)
   5. click on the Update button to save the changes.
 * Best Regards
 *  Thread Starter [herwigviechtbauer](https://wordpress.org/support/users/herwigviechtbauer/)
 * (@herwigviechtbauer)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/header-image-link-8/#post-11983113)
 * Very cool. Thanks a lot!!!

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

The topic ‘Header Image – Link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [herwigviechtbauer](https://wordpress.org/support/users/herwigviechtbauer/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/header-image-link-8/#post-11983113)
 * Status: resolved