Archived topic
How to Display Specific Post Using Its Post ID at the Bottom of a Post?
1 reply · Started by jaypabs on July 23, 2022
Let's say I created a new post. Then at the bottom of this post, how can I display a specific post using the post ID of a post?
I was thinking about shortcode or a hook but don't know where to start.
Edit: I want to include the whole content of a post and not just the excerpt.
Hi there,
you can use a GenerateBlocks Query Loop Block:
https://docs.generateblocks.com/article/query-loop-overview/
You can Add Parameter -> Include Posts and select the post you want.
Inside the Query Loop container you can add a Post Content Block to display the entire post content.