To give you a more thorough answer I would have to see some actual code, but I think the gist of the answer is in the file you are trying to use.
“single.php” is the template file used to display the content of a single post, as the name implies. It isn’t meant for displaying the contents of multiple posts.
You can modify this template to display multiple posts, but it usually involves putting a pretty extensive foreach loop in the page that will have it render the contents of each post in succession.
Hope that helps! If you need more info, please post the code so that I can see what is specifically going on in your theme.
Related Posts:
- CSS code for “inserting a custom post divider” after each post
- How set featured posts using checkbox in post edit screen?
- Do we still need to include a “if (have_posts())” in templates?
- Query *only* sticky posts
- Cannot access current post’s ID in custom plugin
- Can’t show comments count per post outside loop
- Show a list of recently viewed posts to a user
- How to use alternate post layout at key points in post loop?
- Alternate custom content in the loop
- Showing random content / pictures from earlier posts in a sticky post?
- Auto Refresh Post List after X seconds
- Display posts with comments closed, with pagination?
- Differentiate between posts and pages in search results
- Related posts loop based on tags AND categories doesn’t work without at least one tag assigned
- How To Get Posts With A Specific Word
- How to display posts on a static page? (like search loop)
- Why WP_Query(‘showposts=5’) shows only 1 post?
- Most liked page not displaying posts
- Displaying Latest Posts on a Page
- Display all posts that were published before full post on single.php
- WordPress Loop – Next 3 Posts
- 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
- More then one menu items are assigned with “current-menu-item” class
- Pulling in post category and children within category
- How to add tags (custom taxonomy) to post class css?
- Listing Specific Categories from Current Post with Depth
- How to exclude visited posts from loop
- “Right Way” to make custom Loop respect reading settings inside admin panel?
- Only display sticky post or latest post in custom loop
- get_the_category listing in hierarchial order
- Exclude current custom post on single post
- why does wordpress ignore the post args?
- add to end of post in the loop with plugin
- Loop doesn’t show title of second post and posts thereafter
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- Loop parent terms {display posts} AND loop child terms {display posts}
- How to add add more properties to WP_Post object in search results loop
- Custom taxonomy archive page problem
- Add Blog to WP homepage Manually
- How to show all posts by author on buddypress profile with navigation
- ACF to select posts not displaying on blog page
- Getting blog pagination to work on page set as front page
- Make loop inside slider divisible [closed]
- How to add automatically bootstrap 4 order-lg-1 and order-lg-2 classes for columns in foreach loop based on the count?
- Querying another post category to match current post and display in loop
- separate the post of a category by subcategory
- How to display post list in a table layout (multiple queries in single loop)
- Not all posts showing in query
- how to handle the loop using filling bootstrap grid structure?
- WordPress loop not working on static front page
- Optimize CPT-function with a loop
- Display specific posts on home page
- The loop starting at a certain ID
- Limiting the amount of posts retrieved by the loop
- Display 3 posts with different HTML markup using a loop
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- How to repeat a loop after 4 posts [duplicate]
- How to separate each individual blog post?
- Error while excluding a post from another loop (using its ID)
- 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)
- WordPress Sticky Post Count “Fix” Breaking Pagecount by 72 pages!
- Multiple post in One Loop in wordpress
- Diffrent layout for posts [duplicate]
- show loop id post , only first id can read
- Can I Paginate Post after every 25 tag?
- Alternative content between posts no repetition
- Start loop from specific post ID
- Display new posts categories in separated divs
- Show post excerpt
- Wp_query loop is not working as it should
- Maximum number of posts per page before affecting performance?
- Display post order ranking within wordpress loop
- WordPress infinite post cycle problem
- Problem with wp_insert_post()
- How to control Post view count incresing in sidebar widget posts too?
- WordPress loop uses unmodified posts array, why?
- Add row after three columns
- Modify WordPress loop after it has been run
- Skip posts, but keep posts per page
- show latest authors blog post
- Multiple Post Repeat for Related Post Loop by Category
- 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
- Where should get_post_meta() go to get $post->ID get_post_meta() is empty and $post->ID & get_the_id() are working
- Getting posts from multiple users?
- Loop through posts by each term and exclude duplicate posts assigned to several terms
- Show post if in category
- Displaying categories items among posts
- Only show posts with image and the correct ammount of posts in loop
- Related posts by searching post tags of single post as terms
- Redirecting posts in WordPress to a specific page
- Show all posts in category
- First post in loop displays twice
- Wrap every 2 posts
- What function does the loop of displaying posts?
- What template file is used by default for posts?