Title: Second link to header image
Last modified: August 21, 2016

---

# Second link to header image

 *  Resolved [Saba Gi](https://wordpress.org/support/users/saba-gi/)
 * (@saba-gi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/second-link-to-header-image/)
 * my site is [ I would like to add a second link on the header image on / near 
   the AAW image and the following text
    Hunt County Woodturners (HCW) is a local
   Chapter of the American Association of Woodturners (AAW).

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/second-link-to-header-image/#post-4903591)
 * Hi Saba Gi
 * For example
 * Add to functions.php first line(`<?php` before )
 *     ```
       <?php
       add_filter( 'raindrops_header_image_contents', 'my_custom_header_image_content' );
   
       function my_custom_header_image_content( $content ){
   
       return '<a style="border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;border: 0px solid #800000;width: 100px;height: 100px;background: orange;display: table;text-align: center;margin: 28px 0;margin-left:20px;" href="http://www.tenman.info/wp3/raindrops/"><span style="display: table-cell;vertical-align: middle;text-align: center;color: #fff;font-weight: bold;font-size: 28px;">&spades;</span></a>';
       }
       ?>
       ```
   
 * Thank you.
 *  Thread Starter [Saba Gi](https://wordpress.org/support/users/saba-gi/)
 * (@saba-gi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/second-link-to-header-image/#post-4903596)
 * That work thanks for such a fast turn around.

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [Saba Gi](https://wordpress.org/support/users/saba-gi/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/second-link-to-header-image/#post-4903596)
 * Status: resolved