Title: Post Offset
Last modified: March 21, 2021

---

# Post Offset

 *  Resolved [yankfr](https://wordpress.org/support/users/yankfr/)
 * (@yankfr)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/post-offset-6/)
 * Hi! I’m using Wow Post Carousel and I need the first post not to show, but “Post
   Offset” doesn’t work. I also tried “Exclude posts by IDs” but that doesn’t work
   either. How do I fix this? Thanks

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

 *  Thread Starter [yankfr](https://wordpress.org/support/users/yankfr/)
 * (@yankfr)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/post-offset-6/#post-14214564)
 * This works by editing directly in the Post Carousel php template. (0 > 1)
 *     ```
       static function get_posts( $args = array(), $conditional_tags = array(), $current_page = array() ) {
       $defaults = array(
       'layout'                  => '',
       'post_type'               => '',
       'include_categories'      => '',
       'order_by'                => '',
       'order'                   => '',
       'post_count'              => '',
       'exclude_posts'           => '',
       'post_offset'             => 1,
       ```
   
 *  Plugin Contributor [DiviPeople by PlugPress](https://wordpress.org/support/users/divipeople/)
 * (@divipeople)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/post-offset-6/#post-14226039)
 * Hi,
 * But there no post carousel in the lite version. We update our pro version. Download
   the latest file or update your plugin.
 * Thanks

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

The topic ‘Post Offset’ is closed to new replies.

 * ![](https://ps.w.org/wow-carousel-for-divi-lite/assets/icon.svg?rev=3481518)
 * [Divi Carousel Free (Divi5 Support)](https://wordpress.org/plugins/wow-carousel-for-divi-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wow-carousel-for-divi-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wow-carousel-for-divi-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wow-carousel-for-divi-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wow-carousel-for-divi-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wow-carousel-for-divi-lite/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [DiviPeople by PlugPress](https://wordpress.org/support/users/divipeople/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/post-offset-6/#post-14226039)
 * Status: resolved