how to put post customized in page

Create a custom template page for the archive food-archive.php and then query the posts

Learn about custom templates:

https://developer.wordpress.org/themes/template-files-section/page-template-files/

Learn about posts queries:

https://developer.wordpress.org/reference/functions/query_posts/

the query should pull through permalink, post thumbnail, title, and details (which would possibly your excerpt as per your image)