Title: header.php question
Last modified: August 19, 2016

---

# header.php question

 *  Resolved [bacorebusiness](https://wordpress.org/support/users/bacorebusiness/)
 * (@bacorebusiness)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/headerphp-question-2/)
 * I need to add this piece of code for an affiliate banner and link:
 * `<a href="http://www.bookmaker.com/?cmpid=7165_426"><img border="0" src="http://
   banners.bookmaker.com/images/book_football_468_60_0.gif?cmpid=7165_426"></a>`
 * into this section of header.php:
 *     ```
       <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/468x60.gif" alt="Featured Ad" /></a>
       ```
   
 * at this site:
    [http://www.atsbookstore.com](http://www.atsbookstore.com)
 * I’m not exactly sure where the affiliate info is supposed to go.
 * thanks for anyone’s help.

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

 *  [Thomas Umstattd](https://wordpress.org/support/users/neovita/)
 * (@neovita)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/headerphp-question-2/#post-924585)
 * try this:
 *     ```
       <!-- <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/468x60.gif" alt="Featured Ad" /></a> -->
   
       <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/468x60.gif" alt="Featured Ad" /></a>
       ```
   
 *  Thread Starter [bacorebusiness](https://wordpress.org/support/users/bacorebusiness/)
 * (@bacorebusiness)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/headerphp-question-2/#post-924589)
 * I was making this too difficult, problem solved. thanks.

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

The topic ‘header.php question’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [header.php](https://wordpress.org/support/topic-tag/header-php/)

 * 2 replies
 * 2 participants
 * Last reply from: [bacorebusiness](https://wordpress.org/support/users/bacorebusiness/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/headerphp-question-2/#post-924589)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
