-2

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

Peter
  • 1
  • 5

1 Answers1

0

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.

rnevius
  • 26,578
  • 10
  • 58
  • 86