From your query (noted in the comments above), the page you are looking at believes that it is your home page (e.g. your blog).
Notice in the wp_query object the following
[found_posts] => 8
[is_home] => 1
is_home signifies that it believes that it is showing the home page.
If your files are set up as you say, you should check your admin panel under Settings > Reading and make sure that the page you are viewing is not set up as your “Posts Page” under the Front Page Displays section.
If that is not the case then noting what your index.php and/or home.php files contain might be helpful … as the page you are viewing definitely believes itself to be your home / blog page.
Related Posts:
- Why do I need to use The Loop on pages (inside page.php etc)?
- posts page – different lengths of excerpt
- how to display full post with pagination on home page
- Multiple loops in same page, without duplicate content
- Convert a complex webpage into WP theme
- Differentiate between posts and pages in search results
- Multiple loops are not reset
- Exclude category from
- How do I do a page break?
- Display Posts on Custom Page
- Multiple Loops Breaking Pages
- Admin – no Featured image choice in create new/page|post
- WordPress Query Posts From Category Post on Static Page
- Display Featured Posts Grid on Static Page (Gazette)
- how to handle the loop using filling bootstrap grid structure?
- Cant’ Grab WordPress Built-in Posts Through Loop
- Pagination for normal (standard) posts on a page with a custom loop?
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- I can’t find the relevant part of the loop in my theme file. How do I find the full content with “More…”
- posts going to 2 pages/categories only show up in 1
- WordPress Architecture as a CMS – Posts & Pages
- Permanently deleted posts still exist
- How to distinguish pages created by woocommerce?
- Moved a website and excerpts don’t work for old posts
- Display post order ranking within wordpress loop
- Posts are not showing up on next page.
- Post are not showing up
- How to show the posts list into a static page? Problems to use the loop into a static page
- wordpress taxonomy results
- Where are my posts linked to? I keep getting a Not Found Error, and I have no single.php page
- The loop: more posts than I want to fit on one page
- Redirecting posts in WordPress to a specific page
- The post order is different for logged-in and non-logged-in users? [closed]
- How to show only the date, the title and a little “summary” of my WordPress post in my custom theme?
- When and how will php code in a user made WordPress page be executed?
- What function does the loop of displaying posts?
- WordPress Ajax load doesn’t work
- Determine if page is the Posts Page
- Keyboard shortcut for updating a page or post?
- How to get Images included in Post
- disable password protected page for logged users
- Can’t show comments count per post outside loop
- Alternate custom content in the loop
- Displaying Page Title on index.php
- How to enqueue scripts depending on post formats?
- Display posts with comments closed, with pagination?
- Private Posts/Pages & Search
- White Blank Page when Updating and Publishing Page/Post
- Posts vs. Pages
- Can’t get the_content of the parent page from its single post?
- How To Get Posts With A Specific Word
- Why WP_Query(‘showposts=5’) shows only 1 post?
- How to insert 2 args into 1 Wp_Query for a slideshow
- problems with loading posts in a table-row
- Blog page pagination is not working after using the offset argument
- WP Query – Posts Per Page not working in combination with category__in
- Unable to restore from backup – how to obtain old blog posts?
- Second comments section for one post/page
- How to add tags (custom taxonomy) to post class css?
- Listing Specific Categories from Current Post with Depth
- 404 error on default post type and default taxonomy fronted page
- get_the_category listing in hierarchial order
- Exclude current custom post on single post
- 2 dynamic sidebars registered, not showing up
- Loop don’t work within single.php page
- Total number of posts in query (category/tag/author/search results/main page…)
- Getting blog pagination to work on page set as front page
- Make loop inside slider divisible [closed]
- New Posts and Pages Won’t Save
- How to display post list in a table layout (multiple queries in single loop)
- Not all posts showing in query
- Display 3 posts with different HTML markup using a loop
- How to repeat a loop after 4 posts [duplicate]
- Is there a way to define the $post var outside the loop?
- Only the most recent post is showing on my category page (working on localhost, not live site)
- Create a List of Widgets, where each widget holds three attributes
- Is there a way to know when a page has been updated and do some action only once?
- Put page on Archived statut after end of publication date
- post and page and custom post type
- Display new posts categories in separated divs
- Is it possible to query a category with specified posts?
- How do I set content in my pages so that it remains permanent while blog posts are added below?
- Permalink base only for posts
- WordPress URL question
- Add row after three columns
- Theme does not respect spaces between paragraphs in pages
- Modify WordPress loop after it has been run
- My blog “page” used to show a list of posts, but now it’s just showing the page content?
- index.php is only displaying current month’s posts?
- Loop doesn’t display posts. It displays a link to the home page instead
- Grab next post title in archive page
- Getting posts from multiple users?
- Show post if in category
- get next/previous post name
- How get the 10 most viewed pages (not post)
- Get current post’s child page?
- Which hooks are essential for post templates?
- Show all posts in category
- First post in loop displays twice
- custom post type single page template not working