Hey this may be a little too late however I had this same issue on my custom made theme.
Firstly it turned out I didn’t create any custom posts and secondly, with the loop, because there were no posts I didn’t have the content-none file in my theme.
Once this was added the get_template_part( ‘content-parts/content’, ‘none’ ); code the error was gone.
Hope this helps someone else 🙂
Related Posts:
- Resetting post data to previous loop in nested loops
- Pagination returns 404 after page 20
- Make loop display posts by alphabetical order
- get custom post type by tag
- How to get order of posts?
- Executing Queries in tag.php
- Identify which loop you are hooking into; primary or secondary?
- Group posts by custom field
- Trying to list out child pages with WP_Query
- Transient pagination not working properly
- get_posts() seemingly ignoring post_type
- Woocommerce custom loop to show all the products [closed]
- Exclude first 5 posts of specific categories in the main loop
- How to show the posts of some category first, and then all other
- Why execute the_post()?
- Pagination stops at page 6
- Paginated HTML Sitemap
- Posts loop with pagination on a single post page
- Why does the_content not work like others for a set post id?
- How to limit total number of posts in wp query loop?
- How to change posts order on Category and Tag archives?
- Pagination is broken and I need help fixing it
- WP_Query on custom field and order results
- how to merge a WPQuery array with a PHP array and use the Loop to Output the result
- How to vary post loop results layout and resume?
- Get a post from other loop each n-posts in the main loop
- Loop returning only 1 result
- Where is the WP_Query instance instantiated (when working with themes)?
- WordPress Loop and $post
- Show post number in widget loop
- Loop Performance > JSON files vs. WP_Query vs. REST API
- Excluding pages in WP_query using ACF
- reset to main loop doesnt work
- Some doubts about how the main query and the custom query works in this custom theme?
- Post loop for all taxonomy terms
- WordPress ignoring LIMIT / posts_per_page despite being in wp_query
- Stuck in the query loop
- Conflict with get_posts and the_content
- Only display post if published in last 24 hours?
- How to remove the most recent post from $the_query
- WP_Query loop else statement not executing
- Include current post into loop
- How to display the featured image for each post?
- How to provide meta_key array to wp_query?
- Check for the main query from the template
- How to make posts unqueryable/unpublish posts where ACF relationship field is an unpublished post? [closed]
- has_excerpt() not working inside wp_query
- Meta query compare for ID’s greater than specific ID
- Save (and exclude) posts from loop to use in another loop on page
- Get all posts with empty meta_value
- Loop 3 posts column wise and continue the loop into same columns
- Check if a post has term inside loop
- WP_Query with one category in args shows other categories
- How to Order By Two Custom Fields?
- Display specific page (that is child) content on parent page
- Query Taxonomy By Page Title
- How to change the default post type over the loop?
- Query Not working as expected
- Compare “Main” post ID to ID inside wp_query loop
- Paginate pages with dynamic query
- WP_Query loop doen’t work with my custom taxonomy
- Performance concerns: index.php vs taxonomy-$taxonomy.php
- Why does apply_filters behave different inside and outside a loop?
- Determine if ID is page or post and query the ID
- Custom template for password protected page
- How can I do a orderby by the number of items? So basically list by starting with the array with the largest number of post
- get_children() Archive Template
- Populate select list with meta values from all posts of a Custom Post Type
- Prevent Duplicate Post Counted by Query
- show most viewed post
- Bootstrap grid while loop
- Pagination inside the blog page not working
- How can I use WP_Query to sort ‘event’ custom post type by date?
- Display posts side by side with custom query
- Custom Query Pagination not working on static front page
- WordPress For Loop Prints Unwanted Extra Paragraph Element
- WP_Query doesn’t works inside loop
- modifying the loop multiple times with arguments passed through ajax to wp_query
- WP_Query causing links to not work
- Retrieving category pages from subcategory returns empty sets
- 2 Loops on one page – pagination of 2nd loop ignore array of excluded posts
- WP_query for posts with same post type AND same post category
- How to solve this script problem in theme directory?
- Iterate through ID’s in loop
- Loop through multiple custom fields with increasing number
- Different number of posts showing in development vs production server
- An archive page without post format (just standard post)
- Sorting Posts Based On Meta Value Using AJAX
- No content found on page 2 of pagination with 1 post per page
- Converting an existing query_posts to WP_Query
- Pull Instagram images into an existing loop?
- Loop being strainge
- Multiple loop for “featured” items returns wrong posts
- Pagination in custom query not working [duplicate]
- Problem with WP_Query sort
- Help with showing text when something is entered in my search bar
- How to write a query-function as a query-shortcode?
- First post outside of loop, homepage only?
- Show number of posts AND number on current page (cannot make it work)
- WP_query shortcode inside acf Repeater breaks the repeater loop