We have learned so far how to use listing projects with short codes , with content, excerpts, image and lots of customization. If you ever miss them here it is
- Display random projects using short code block in WordPress - How to list random portfolio projects using short code
- Display specific type of portfolios using Short Code in WordPress - How to list a specific type of portfolio project using short code block in Word Press.
- Organize Portfolio projects in WordPress as Page - How to organize portfolio projects in WordPress with Pages and Short code block
Post inside a Post
Place a post inside another post or page. Sound crazy ? You can do this with Display-posts plugin which can be used as short code .
Do you know that you can place short code not only in short code block but also a paragraph block or in classic editor as [ short code here].
First we have to find the post ID ( each WP post comes with unique post id, you can find them in posts by pointing the post title, in the status bars it will show as post=2005) , since we need a single post and use it in short code as follows.
As we all know short code appear inside of opening( [ ) and closing (]) square brackets.
Short code
display-posts id=2419 include_content=true
[ short code here ]

Using the id we can specify the post ids, in case of multiple post separate with comma (,) , also want to show content after the title , so used the include_content option which is by default set to false.
One thought on “Display post inside another post/Page in WordPress”