WordPress posts [closed]

There are multiple ways to accomplish this, depending on your expertise and specific needs.

First of all, you have not specified how these four posts are selected. Do you want to select them manually in the backend? Or are they the 4 most recent posts? Or random? Or from a specific category?

Depending on the answer to this question, you have multiple possibilities:

  • Look for a plugin that accomplishes what you need. This is potentially the easiest solution if you are not a wordpress developer. The drawback is of course that you are dependent on a third-party plugin, and that the plugin might be bloated and causes the website to slow-down.
  • Write your own code. If you know basic PHP, it is not difficult to find on the web custom queries which display the most recent posts. The more difficult task might be to implement them on the page. One possible way to do this is to use custom page templates, which is time well-invested when learning wordpress.

Which path you chose mainly depends on the time you want to spend, the interest/experience you have in coding/WordPress development and your willingness to be dependent on third-party plugins.

If you just want to display the 4 most recent posts, e.g., this widget plugin may be sufficient: https://de.wordpress.org/plugins/recent-posts-widget-extended/