• Resolved yankfr

    (@yankfr)


    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

    (@yankfr)

    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

    (@divipeople)

    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.