• Resolved 3551

    (@3551-1)


    I follow all the steps but i can′t make it work.
    This is the code.

    <?php
                            $defaults = array(
           'featured'                  => true,
           'featured_post_meta_key'    => '_conveyor_featured',
           'id'                        => 'conveyor_carousel',
           'image_size'                => 'large',
           'images_as_links'           => true,
           'order'                     => 'ASC',
           'orderby'                   => 'date',
           'posts_per_page'            => -1,
           'post_type'                 => 'conveyor_slides',
           'render_captions'           => true,
           'render_controls'           => true,
           'render_indicators'         => true                                  );
                 conveyor_render_bootstrap( $defaults );
                            ?>

    And i use “Show ‘Featured Slide’ custom meta on post type”.

    I don′t now what i′m doing worng.

    https://www.ads-software.com/plugins/conveyor/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matt Watson

    (@mwtsn)

    Please read the FAQ, it looks like you are passing parameters that are not supported by the plugin.

    Thread Starter 3551

    (@3551-1)

    Thanks for the prompt reply.
    I found the problem, I had to change ‘post_type’ => ‘conveyor_slides’ to
    ‘post_type’ => ‘productos’.

    Great plugin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can′t make it work’ is closed to new replies.