HI,
I will have an archive page and that is no trouble at all. My issue is I would like to display the 3 latest custom posts on the home page, Title, Image and short description. How can I achieve this?
Thanks in advance
https://developer.wordpress.org/reference/classes/wp_query/
'posts_per_page' => 3,
'orderby => 'date',
'order' => 'DESC'