Title: Showing only certain recent posts
Last modified: August 20, 2016

---

# Showing only certain recent posts

 *  [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/)
 * I currently have a slider which shows six recent posts with a row of thumbnails(
   using a short code) underneath and they show the same six recent posts as thumbnails.
   What I would like to do is have the slider show recent posts 1-6 and the thumbnails
   show recent posts 6-12 so when new posts are added this will change automatically,
   is there a way of doing this?
 * Thanks for any help, sorry for the vague question I am quite new to PHP/WordPress!

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/showing-only-certain-recent-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/showing-only-certain-recent-posts/page/2/?output_format=md)

 *  [wprock](https://wordpress.org/support/users/wprock/)
 * (@wprock)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560832)
 * use ‘offset’ parameter in 2nd query_posts() function like this
 * query_posts(‘offset=6’);
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560834)
 * Is this slider part of your theme or via a plugin?
 *  [Rajesh Soni](https://wordpress.org/support/users/rajeshsoni/)
 * (@rajeshsoni)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560837)
 * What slider are you using?
    Does it have an option to exclude certain posts?
 *  Thread Starter [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560840)
 * It’s an orbit slider using Foundation, should have made that clear, sorry!
 *  [Rajesh Soni](https://wordpress.org/support/users/rajeshsoni/)
 * (@rajeshsoni)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560841)
 * Ok how do you specify the options for the slider? (post type to use, number of
   posts, etc. etc)?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560842)
 * Is it this: [http://320press.com/wp-foundation/](http://320press.com/wp-foundation/)
 *  Thread Starter [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560844)
 * It’s not so much the slider I need to change as that already shows the six newest
   posts, it’s the thumbnails underneath that I want to change to be 6-12 🙂
 *  [Rajesh Soni](https://wordpress.org/support/users/rajeshsoni/)
 * (@rajeshsoni)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560845)
 * You can try using [@wprock](https://wordpress.org/support/users/wprock/)’s solution
   above.
 *  Thread Starter [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3560847)
 * I shall give it a try!
 * And yeah it’s the 320 press version of Foundation : )
 *  Thread Starter [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3561013)
 * [@wprock](https://wordpress.org/support/users/wprock/)
 * How would I go about inserting this? Would I need to create a new function?
 * The code for the thumbnails is currently a short code, could I just add it to
   that? : )
 *  [Rajesh Soni](https://wordpress.org/support/users/rajeshsoni/)
 * (@rajeshsoni)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3561014)
 * Check the documentation of the short code. What options does it support etc.
 *  [wprock](https://wordpress.org/support/users/wprock/)
 * (@wprock)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3561015)
 * upload the shortcode’s code on pastebin.com and share the link us? We can see
   the code from there. We will check, modify the code and send you the new link.
   You will copy code and paste in your file. That’s it
 *  Thread Starter [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3561017)
 * I appreciate the help.
 * Here’s the short code: [http://pastebin.com/WSY84gyj](http://pastebin.com/WSY84gyj)
 * I think that’s all of it!
 *  [Rajesh Soni](https://wordpress.org/support/users/rajeshsoni/)
 * (@rajeshsoni)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3561018)
 * Here’s the updated code: [http://pastebin.com/Hs4QrUBf](http://pastebin.com/Hs4QrUBf)
 *  Thread Starter [MullacSennical](https://wordpress.org/support/users/mullacsennical/)
 * (@mullacsennical)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/#post-3561023)
 * Thanks a lot for your help! That’s exactly what I needed.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/showing-only-certain-recent-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/showing-only-certain-recent-posts/page/2/?output_format=md)

The topic ‘Showing only certain recent posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 4 participants
 * Last reply from: [Rajesh Soni](https://wordpress.org/support/users/rajeshsoni/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/showing-only-certain-recent-posts/page/2/#post-3561024)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
