I have a problem. I need to make a WordPress site. And I want in the page "News" the recent posts. But I have a Home page and it needs to look exactly like the News page. But is it true that I can only make one recent posts page?
Thank you in advance
No, you can have as many "recent posts" pages as you want.
You'll need to create a custom page template, and use something like WP_Query() or wp_get_recent_posts() to query the database for the most recent posts.