I have integarted bootstrap carousel into my wordpress. The slides will be taken from the posts which will be tagged as \"featured\" so only 5 recently enter \"featured\" po
Bootstrap 3 with custom post type (here named "diapositives"):
'diapositives', 'posts_per_page' => -1 ) ); ?> have_posts() ) : $diapositivesloop->the_post(); ?> Previous Next