Post ID - full post

Hi,

Is it possible to display the latest post in full, while the rest of the other posts with a readmore link, say in a masonry style? How do I go about it?
How can I get a particular post id?

Hi @adamba,

I hope you are well today and thank you for your question.

Is it possible to display the latest post in full, while the rest of the other posts with a readmore link, say in a masonry style? How do I go about it?

You can achieve this by developing child theme of Activello theme and overwriting content.php file in it to change the code of it to display first post in full.

How can I get a particular post id?

You can get it as described on the following pages.

https://premium.wpmudev.org/blog/display-wordpress-post-page-ids/
http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/

Best Regards,
Movin