Title: Exclude Loop
Last modified: August 19, 2016

---

# Exclude Loop

 *  Resolved [bwint01](https://wordpress.org/support/users/bwint01/)
 * (@bwint01)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-loop/)
 * Alright. I would like to add a Featured posts section in my sidebar, showing 
   posts from a selected category. Now I got that part covered. However, on the 
   home page I also have the featured posts at the top below the nav. What condition
   do I put outside the sidebar featured to say
 * if home, do not show loop code?
 * Thanks

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-loop/#post-1157337)
 *     ```
       <?php if(!is_front_page()) :?>
       [ do featured posts ]
       <?php endif;?>
       ```
   
 *  Thread Starter [bwint01](https://wordpress.org/support/users/bwint01/)
 * (@bwint01)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-loop/#post-1157370)
 * thank u

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

The topic ‘Exclude Loop’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [bwint01](https://wordpress.org/support/users/bwint01/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-loop/#post-1157370)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
