Title: WordPress Loop w/o Latest 3 Posts
Last modified: August 19, 2016

---

# WordPress Loop w/o Latest 3 Posts

 *  [kilika77](https://wordpress.org/support/users/kilika77/)
 * (@kilika77)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wordpress-loop-wo-latest-3-posts/)
 * Hello,
 * I am sure there is a better way to go about this.
 * I have three posts on the homepage and would like to have a link to “Recent Deals”
   that shows all products except for the latest three (which are on the homepage.)
 * Is there a way to create the loop and exclude the 3 latest posts?
 * Thanks in advance.
    Chris [http://rabbitpack.com](http://rabbitpack.com)

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

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wordpress-loop-wo-latest-3-posts/#post-1160008)
 * are the three latest posts in the recent deals category?
 * use the offset parameter
 *     ```
       $myposts = get_posts('offset=0');
       foreach($myposts as $post) :
       blah blah ..
       ```
   
 * [http://codex.wordpress.org/Template_Tags/get_posts](http://codex.wordpress.org/Template_Tags/get_posts)
 *  Thread Starter [kilika77](https://wordpress.org/support/users/kilika77/)
 * (@kilika77)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wordpress-loop-wo-latest-3-posts/#post-1160178)
 * That’s exactly what I’ve been looking for! How would I go about using that in
   the loop? I want the Recent Deals page to look exactly like the front page, except
   without the posts that are on the front page.
 * I don’t have them in the recent deals category. I thought it would be tedious
   to go in and change the category after a deal has expired.
 * Thanks.
 * EDIT: Nevermind on the loop question. Google is my friend.

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

The topic ‘WordPress Loop w/o Latest 3 Posts’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [kilika77](https://wordpress.org/support/users/kilika77/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/wordpress-loop-wo-latest-3-posts/#post-1160178)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
