Hi, ich möchten einen bestimmten Beitrag gezielt in einer Seite 1) als Titel mit Beitragsbild und 2) als kompletten Beitrag einbetten. Ich finde leider keinen Weg, das zu tun.
Hey smuejae,
Thank you for the inquiry.
Where are you trying to embed the post? Have you tried using the Advance Layout Builder (ALB) and add an element (e.g Image, Text Block) that has a link to that particular post?
Best regards,
Ismael
Not sure, I explained correctly.
Most important to me is: I want a specific post to be fully displayed on a page. How do I do that?
Hi,
Thank you for the inquiry.
There is no such element in the builder but you can try the Blog Posts element. You may need to apply a unique category to the post that you would like to display and select it in the Blog Posts element.
Or use a shortcode from a plugin.
// https://wordpress.com/support/display-posts-shortcode/
Example of the shortcode to display a post with the ID 14.
[display-posts id="14"]
Best regards,
Ismael