Title: Adding a link/image
Last modified: August 18, 2016

---

# Adding a link/image

 *  [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/)
 * Hey folks,
 * Here is what I would like to do. I would like to add a gmail icon with a link
   to my email address next to the RSS icon on my theme over at [http://www.thebluntprophet.com/](http://www.thebluntprophet.com/)
 * How can I accomplish this? I know its to be added in the header but I am not 
   to much of a PHP gurur…yet !!
 * Thanks in advance !

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

 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429012)
 * Currently you have:
    `<a href="http://www.thebluntprophet.com/?feed=rss2" class
   ="feedicon"></a>`
 * Add something like:
    `<a href="mailto:noob@bluntprophet.com" class="emailicon"
   ></a>`
 * And update the css for the new .emailicon class.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429015)
 * I have done what you asked, I added [](https://wordpress.org/support/topic/adding-a-linkimage/noob@bluntprophet.com?output_format=md)
   to my header.php file and added the following to my css file.
 * .emailicon {
    width: 35px; height: 35px; }
 *  #topbar .emailicon {
    background: url(“./images/gmail.png”) no-repeat; display:
   block; display: inline; /* IE */ float: left; margin: 20px 10px 0 0; }
 * I am still not seing this icon.
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429023)
 * Shouldn’t need both of those… So that’s pretty much identical to your .feedicon
   css?
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429026)
 * Yes that is identical to the feedicon. I will get rid of the CSS info and see
   what that does.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429029)
 * Still not showing when only in the header.php file.
 *  Thread Starter [thebluntprophet](https://wordpress.org/support/users/thebluntprophet/)
 * (@thebluntprophet)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429033)
 * SHowing now, thanks much all !
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429034)
 * Could try using the feedicon class to test (should show up as another rss icon,
   but will email when clicked).
 * This is one of those times you need to get your head around why it is not working
   in your particular setup.

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

The topic ‘Adding a link/image’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [yosemite](https://wordpress.org/support/users/yosemite/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/adding-a-linkimage/#post-429034)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
