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
This is the solution I came up with:
'slides', 'oderby' => 'menu_order', 'posts_per_page' => -1 ); $slides = new WP_Query( $args ); if( $slides->have_posts() ): ?> have_posts() ) : $slides->the_post(); $index++ ?> Previous Next I learnt this by watching the following video: Integrating the Bootstrap Carousel into the WordPress theme by user Ezer Sanbe. All credits to him. The youtube video or the channel for this user are no longer available, sorry Hope this helps 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I learnt this by watching the following video: Integrating the Bootstrap Carousel into the WordPress theme by user Ezer Sanbe. All credits to him.
The youtube video or the channel for this user are no longer available, sorry
Hope this helps