I can′t make it work
-
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.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘I can′t make it work’ is closed to new replies.