Add to your child themes functions file:
function wpsites_add_cpt_home($query) {
if ( !is_admin() && $query->is_main_query() && is_home() ) {
$query->set('post_type', array( 'post', 'accommodation' ) );
}
}
add_action('pre_get_posts','wpsites_add_cpt_home');
You could also add
category__in => array()
Source pre_get_posts
Related Posts:
- Pagination not working with custom loop
- Display all posts starting with given letter?
- wp_pagenavi() with custom wp_query()?
- how do I group content in magazine-style ‘issues’?
- Show all custom post type posts sorted by custom taxonomy then by another custom taxonomy
- Group search results by post type, but hide post types with no results
- Custom post type loops with different page templates
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- 404 error PageNavi custom type taxonomy | wordpress
- Query for posts in 2 taxonomies
- Pagination with custom post types results in 404 issues
- IF statement in a do_shortcode
- How do you output custom code between posts in the loop?
- How do I Use Nested Loops of Custom Post Types for MultiSite Blogs using WP_Query()
- Impossible to get Attachments Outside WordPress?
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- Help Structuring Query for Archive Pages
- How to check if “is single” page
- Using pre_get_posts to filter one loop in a multiloop archive
- Custom Post Type Loop within Shortcode
- Query custom post type in the loop
- Display CPT posts based on specific taxonomy
- Meta Key Value in current-user-only loop
- CPT + CMB2: data not displaying for only first post in loop
- Loop custom taxonomy to get lists of cutom post types?
- How do i calculate the total of values of custom fields in custom post types?
- Show a Category X’s custom post type on Category X archive page?
- Sort by alphabetical order archive.php page
- WP Query with categories only shows one post and ignores the category
- Displaying Custom Posts on a Page
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Three Most Recent Posts, One Per Term
- Custom Post Loop pulling all custom posts, not just one
- Wrapping x posts in html without leaving empty html
- How to include custom post type posts on a page?
- 4 column-loop ordered alphabetically with entries grouped (and labeled) by their first letter
- Loop increase number
- Move Genesis Single Page/Single Post Title
- Post loop count is not in order
- hide specific div on single.php [closed]
- Looping Through Categories of a CPT
- How do you output an unknown number of images in a custom post type with desired markup?
- display posts of custom post type with custom taxonomy
- Assign a template to a custom post type when displayed by the main loop on the home page
- foreach loop inside the loop creating duplicates in output
- The loop does not show users
- Displaying information from custom field on custom post type
- Display only a single CPT
- Control Loop Within Loop
- How to fetch posts that are stored in the different table than (default) wp_posts?
- Cant’ Display Custom Post Type Title Base on Tax Terms
- How do I enforce a specific custom post type on the loop
- How do i display post from a taxonomy term?
- Custom loop request based on custom field
- If/Else child list for Custom Post Type single template within loop?
- Insert a Custom Post type into my Loop
- Custom Post Types Not Showing Up In query_posts Result
- Do I need a loop to display an object that attached to posts?
- What is the most efficient way to execute recursive complex queries?
- “Order” doesn’t work in custom loop?
- CPT loop doesn’t seem to account for post date?
- Shortcode with loop stacks output
- Show custom post type event if current day using ACF
- How to create an IF statement in the Main Loop for Custom Post Types
- Custom meta fields not showing up in WP_Response Object via custom endpoint
- How to output and alert message when updating a post
- Display all posts from specific category and CPT
- Wrapping an unknown amount of posts inside separate HTML Containers during WP_Query loop
- sorting in wp query based on custom field value
- Can I show some specific post rather than latest post?
- Custom post Query and WordPress Post Query Clash
- Add active class to foundation 6 tabs while looping categories
- Custom post type loop without children
- How to display user-defined / custom post in wordpress?
- WordPress loop add heading before first of type
- Fetch loop of custom post types with AJAX
- Only show current category post
- How to make a shortcode for my WP_Query Loop? [duplicate]
- Looping through custom taxonomy in one template
- get_post_meta for Custom Post Type ( CPT )
- How to keep a CPT stick to specific position?
- Is it possible to add query parameters on the archive page?
- Cant insert wrapper div into index.php
- Custom post type archive pagination with HTML5Blank theme?
- How to create content automatically when a post is published?
- WordPress loop for multiple custom post types
- Pagination not working with custom loop
- Fallback if statement based on the number filtered from it
- Create custom post order (with custom post type meta)
- Pagination not working with custom loop
- Listing custom post type items from a couple of custom taxonomies
- Pagination not working with custom loop
- Noob Loop Question
- Custom Post Types and 404 Pages
- Catergory args causing loop not to show
- the_content() stop images being pulled through
- Render a loop in Timber (twig for WordPress)
- show custom post’s post in two different divs [duplicate]
- Limit wordpress posts loop to continue onto another page