I am building a page where I want to add a blog post’s featured image, post title, and post content to the page.
I do not want to use the shortcode [recent_posts count=“1”] because I want each of these elements in a specific place on the page and styled in a specific way. For this same reason I do not want to use the x theme elements “Posts (List)”, “Posts (Tiles)”, “Posts(Minimal)” or “Posts (Magazine)”
The only elements available to add to a page regarding a post are:
- The Title
- The Excerpt
- Featured Image
Here is what I am trying to accomplish.
There is no Theme X element in the page builder to add the post’s “The Content” like you can add when designing a single post template in Cornerstone. Like below.
How would I go about adding a blog post’s “The Content” to a page?