I solved it with a custom query
$args = array(
'post_type' => 'slide',
'orderby' => 'date',
'order' => 'ASC'
);
$i=1;
$slide_query = new WP_Query($args);
while ( $slide_query->have_posts() ) : $slide_query->the_post();
Related Posts:
- Mark error in form using Bootstrap
- Placeholder Color Change in Bootstrap
- Using glyphicon-facebook from bootstrap 3
- How to add text over the image in bootstrap
- bootstrap modal not working at all
- how to install bootstrap to twentyfourteen theme
- How to convert bootstrap tab functionality into wordpress using just 1 query?
- Two column layout using Bootstrap [closed]
- Using/compiling Foundation SASS on live WordPress server
- WordPress \ Bootstrap 4 not building breadcrumbs correctly
- NavWalker Bootstrap Error (won’t dropdown)
- Iframes inside bootstrap tab disappear when tab is shown
- Why is my Bootstrap 5 navbar not displaying the drop down menu on smaller screens?
- bootstrap 4 carousel inside every post of a page [closed]
- Each Slide Has Something Missing In Carousel
- Installing Bootstrap on Twentyeleven Theme
- Enque a stylesheet in functions.php to override Bootstrap
- boostrap on wp-admin backend via plugin installation
- Editor inserting bootstrap css and we don’t know why
- Modify YouTube Embed Code to fit theme
- Bootsrap.css Not Working [closed]
- WordPress keeps showing mobile version on Internet Explorer
- Use of Bootstrap nav in a page
- Display WP Meta Details in Bootstrap Modal
- bootstrap carousel in wordpress home page showing small images and not responsive
- Why items could not be enclosed within items in WordPress?
- WordPress Loop with different Column sizes
- creating different style CTA button in the menu
- Bootstrap code acting weird on wordpress
- How To Get WordPress To Pickup Boostrap’s CSS File?
- Connecting Stylesheet in WordPress using less styles
- Learning Html and a new on wordpress designing and developing
- Bootstrap Nav menu won’t toggle collapse when in mobile viewport size
- Link permalink in Twitter Bootstrap “TypeAhead” results
- Bootstrap 4 Theme Post Layout
- Bootstrap and Respond.js
- How to display a list of authors in bootstrap grid?
- Twentyseventeen theme and Bootstrap are seemingly incompatible [closed]
- do_shortcode for twitter doesn’t work well
- Enueue script for bootstrap
- how To Use wp_link_pages With bootstrap 4 for WordPress
- How does the data-toggle attribute work? (What’s its API?)
- Adding images to a Bootstrap Carousel with AJAX
- Bootstrap 4, How do I center-align a button?
- Bootstrap transparent navbar
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- how to center form using bootstrap 4
- What are these attributes: `aria-labelledby` and `aria-hidden`
- Bootstrap change carousel height
- Bootstrap 3 Glyphicons CDN
- Twitter Bootstrap Modal Form Submit
- Excess White Space Above Admin Bar on Frontend Using Twitter Bootstrap
- How do I add the data-toggle=”modal” data-target=”#myModal” attribures to a WP Nav bar?
- Nav walker, bootstrap: Display 3rd level items under 2nd level
- How to properly add Bootstrap and JQuery Javascripts?
- Bootstrap Modal as login page
- How to use Bootstrap with WP’s jQuery? [closed]
- Main Menu and Sub Menu Items for Footer
- Prevent a base themes css file from loading
- How to add class to and childs of sidebar widget – WordPress
- Multiple WordPress Menus that will only display all pages
- Split loop to load WordPress gallery into Bootstrap modal and carousel
- Side Menu Icon Expandable
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- Why is my oembed function modifying Twitter embed?
- WP_bootstrap_Navwalker_issue [closed]
- jQuery for custom plugin not working with Divi theme
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Make wp_link_pages() suitable for Twitter Bootstrap markup
- How to create bootstrap grid loop?
- Adding bootstrap classes to video shortcodes
- My website is not showing Footer section
- How to style bootstrap container in wordpress theme?
- How to implement CSS-defined images from bootstrap site in wordpress theme
- Hiding carousel indicators if there’s only one post
- Check for Twitter Bootstrap Loaded
- Why in this WordPress theme I can’t see the Main Menu?
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- porto theme pagination on woocommerce not working
- WordPress and Modal Popup – how to make the already loaded javascript assets available in modal?
- Make bootstrap 5.0 carousel dynamic using ACF and CPT UI [closed]
- WordPress does not load jQuery
- Is it possible to display the Navigation Menu without using Walker_Nav Class
- Navbar is hidden behind carousel when using wp-boostrap-navwalker
- How can publish my bootstrap created table ( huge amount of data) on my word-press theme?
- From php web to wordpress conversion, href changes only in URL
- making a search.php query
- Add row after three columns
- Glyphicons Dont Show in WordPress Plugin Only
- add bootstrap modal after login in wordpress
- How to display thumbnail if post is assigned one otherwise not
- How to add a class name to the ancestor of a post?
- How to echo a different field if another field is empty?
- Need to call this php function inside a modal window from text widget
- nav tag wrapping around dropdown
- Best Practice Jumbotron Image for WordPress ~ Responsive
- How to make a page extend full screen [closed]
- WP Job Manager – Show recent jobs as cards
- Custom theme – Bootstrap CSS not loading via wp_enqueue_style or otherwise
- Convert a custom bootsrap based menu to wordpress nav walker