Title: excluding last 9 posts
Last modified: August 31, 2016

---

# excluding last 9 posts

 *  Resolved [persulla](https://wordpress.org/support/users/persulla/)
 * (@persulla)
 * [10 years ago](https://wordpress.org/support/topic/excluding-last-9-posts/)
 * Hi again!
 * Sorry, I just noticed that there is another issue.
 * As I have a slider on my homepage [http://oceanviaggi.it](http://oceanviaggi.it)
   which shows the last 9 product, I need to exclude those from the ws grid of post
   shortcode.
 * Is there an array to do that?
 * Thank you
 * Francesca
 * [https://wordpress.org/plugins/post-shortcode/](https://wordpress.org/plugins/post-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [sachin8600](https://wordpress.org/support/users/sachin8600/)
 * (@sachin8600)
 * [10 years ago](https://wordpress.org/support/topic/excluding-last-9-posts/#post-7416261)
 * Hi persulla,
 * You can copy function pcs_get_post_output() from the plug-in folder post-shortcode/
   inc/pcs-shortcode.php file, then paste it into your theme functions.php file 
   and rename function name as pcs_get_custom_post_output().
 * also check below url
    [https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters](https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters)
 * In that page check post__not_in
 * I hope this may help you.
    Thank you for sharing your experience.

Viewing 1 replies (of 1 total)

The topic ‘excluding last 9 posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/post-shortcode_000000.svg)
 * [Post Shortcode](https://wordpress.org/plugins/post-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/post-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-shortcode/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [sachin8600](https://wordpress.org/support/users/sachin8600/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/excluding-last-9-posts/#post-7416261)
 * Status: resolved