Title: Outside the LOOP !
Last modified: August 18, 2016

---

# Outside the LOOP !

 *  [raasm007](https://wordpress.org/support/users/raasm007/)
 * (@raasm007)
 * [20 years ago](https://wordpress.org/support/topic/outside-the-loop/)
 * I have enrolled in an affiliate program and want to put a php code in the main
   page but in such a way that it does not appear in the other pages or sub-pages
   ie., only in index.php and not even in single.php or page.php
 * Plz suggest …

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years ago](https://wordpress.org/support/topic/outside-the-loop/#post-388169)
 * You already gave the solution to yourself: put the code only into the index.php.
 *  [computerdude33](https://wordpress.org/support/users/computerdude33/)
 * (@computerdude33)
 * [20 years ago](https://wordpress.org/support/topic/outside-the-loop/#post-388170)
 * `<?php /* Frontpage */ if (is_home() && !is_paged()) { ?>
    Enter ads here <?php}?
   >
 * That might work. (stolen from K2)
 *  Thread Starter [raasm007](https://wordpress.org/support/users/raasm007/)
 * (@raasm007)
 * [20 years ago](https://wordpress.org/support/topic/outside-the-loop/#post-388175)
 * But is this possible in the sidebar of the main page ?
 *  [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * (@alphaoide)
 * [20 years ago](https://wordpress.org/support/topic/outside-the-loop/#post-388178)
 * It should. Just put that code in sidebar.php, or wherever your sidebar section
   is.
 *  Thread Starter [raasm007](https://wordpress.org/support/users/raasm007/)
 * (@raasm007)
 * [20 years ago](https://wordpress.org/support/topic/outside-the-loop/#post-388184)
 * Thank you so much…It works 😀

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

The topic ‘Outside the LOOP !’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [raasm007](https://wordpress.org/support/users/raasm007/)
 * Last activity: [20 years ago](https://wordpress.org/support/topic/outside-the-loop/#post-388184)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
