How can I embed a post block from Ghost on Wordpress page?

I have a Wordpress site that I use for my main landing page. I’m migrating blog posts to Ghost. But, I want to show a block of posts from Ghost on my Wordpress site so that people who visit the landing page can also see the blog posts from Ghost.

I don’t want to use an RSS feed puller as there is no formatting. I want it to look similar to the “Read Next” block.

I think your best bet is to use the Ghost Content API. You’ll either have to use client-side javascript, or modify your Wordpress theme to integrate the API: