The following code Worked with the code above:
<?php $loop = new WP_Query( array( 'post_type' => 'yourposttypehere', 'posts_per_page' => -1 ) ); ?>
<?php while ( $loop->have_posts() ) : $loop->the_post(); ?>
The stuff you want to loop goes in here
<?php endwhile; wp_reset_query(); ?>
Source: link
Related Posts:
- Display Authors Comments on Profile Page
- Get Custom post with ID
- Custom Post Type Archive Page: Set Posts Per Page, Paginate
- WP_Query to loop a Custom Field, Custom Post Types do not show
- Posts in Multiple Columns and Rows with one single loop
- Best way to style first post differently?
- Alphabetical sorting of custom post type – one letter per page
- List all posts in Custom Post Type but group dynamically by Custom Taxonomies
- How to show posts from multiple post types in a single loop? And display them separately on the same template
- How to display the rest of categories on Portfolio filterable
- WooCommerce – Show orders for a specific product ? [closed]
- Get_post_meta() won’t return value
- Query Custom Post by Category
- How to get current post id of a custom post type in a loop using template singel-{custom type}.php?
- ‘category__and’ for custom taxonomy?
- WP_Query and using a variable for ‘cat’=> in the args array = WP Bug?
- Separate Posts and Custom Post Type in Custom Taxonomy archive template
- Why does using WP_Query inside a shortcode in an elementor page cause the arguments for WP_Query to get malformed?
- get_template_part for custom post type content not working
- Creating Accordians in WordPress Theme
- How to insert content from another Custom Post type into Post?
- Display different content on homepage depending on post type
- Only show posts from a certain category?
- How i can add ‘N’ page of ‘N’ pages under posts loop?
- WP_Query orderby modified to include custom meta changes
- get_attached_media() on author page not working
- Calculate all custom field values in the post loop
- I would like to have different styles for my posts based on the content of each post
- Checking if Post Title is Unique as Loop Criteria
- Custom post type multiple loop by taxonomy term
- List custom taxonomy specific to one custom post type
- Custom post type, organized by categories
- What’s the WP way to load remaining custom posts?
- What to and how to proceed with CPT to make DB small and efficient?
- A custom post within a custom post
- Custom post type conditional in loop
- get_the_title() is returning results from previous loop
- How can I group posts by months and years?
- Trying to Create a PHP Variable for post_type that can be referenced Site Wide
- Main query not querying any posts in custom taxonomy template
- 3 random images from custom post type, each in a div with a diffrent class
- Displaying multiple post types on home page
- Shortcode leaves no space for other elements?
- Query to get child pages of current page and display it in action hook
- Add more than one custom post type to wordpress home page post loop
- Get post format
- Trying to add a class to post links
- Display post from custom post type
- WordPress giving a 404 page when passing a year argument different than the current year
- Add Class according to the order of appearance
- Compare Two Custom Post Types Using The Same Custom Taxonomy
- Permalinks for single-[custom-post-types] not working
- Loop and add Specific Categories and Products Images
- Drop down list with posts within the “add new” page
- How to show custom post type on homepage and in categories
- using the loop in custom meta is messing up ‘add new’ post type
- How can I loop at a Specific Taxonomy from a custom post type?
- Custom archive page for custom taxonomy and pagination issue
- posts_per_page in custom WP_Query does not override “Reading” settings?
- Update query based on CPT / Post Type, show all sorted by date
- Custom post type paging return home page
- WordPress next post by ajax call on button click
- How to avoid duplicate posts queried from custom meta?
- Multiple Loops In Tabs Only Displaying First Loop
- Why do my custom post type show up in all pages?
- Looping to organize and display custom posts by category using PHP and WordPress
- post_type incorrect for custom post type
- Skip latest 3 posts from loop
- Pagination for a cpt filtered with a category
- My post loop needs to have 8 different post templates
- Mix Facebook and Twitter feed into custom posts
- Sort loop by custom field from different post type
- Infinite scroll doesnt work
- Show posts for current taxonomy
- Excluding category from loop not working
- Strange behavior on WP_query
- WordPress loop, show only one post per custom field
- How To Loop Through list with Custom Post Types
- Custom post type with custom taxonomy permalinks
- How to Fix Custom WordPress Loop with Pagination on Single Post View?
- Multiple loops for custom post type to spread data across rows
- Custom Post Type + Category archive
- How to get past and upcoming post by defining date in custom field?
- Loop multiple taxonomy in custom post
- $post breaking container loop
- Posts without featured image using other post’s featured image
- Get result from Custom Field in Custom Post type
- Nested loop called with shortcode duplicating the content above the main loop
- Custom post-type’s pagination not working in category.php
- Pulling in a particular post into a single page based on the post id passed into the code
- why get_post_meta is returning 0?
- Get Posts From A Certain Post Type In An ID Array
- display custom post type from register taxonomy
- Custom post type and have_posts() return empty result
- Show search for data extracted from metabox
- Get all active posts that are tied to a custom taxonomy for a custom post type
- WPNavi pagination links not working on custom pages
- Where paramaters of a custom function are coming from inside the loop?
- Group search results by post type, but having a unique heading for each section?
- Create a WordPress loop that shows posts from a custom post type + filters the posts by taxonomies while hiding empty taxonomies