Blog page with columns
Hello,
I would like to create a blog page.
This should be created in 1/3 - 2/3 columns.
In the 1/3 area I would like to display the blog posts only as an overview without an image. Only headline and creation date.
In the 2/3 area I would like to display the last 5 blog posts in the classic way with image, headline, text preview with approx. 200 characters and more read link.
What is the best way to do this?
Comments
Hi,
You can try a custom Blog archive template for that:
Best regards
Hello Phil,
Many thanks for the tip.
It has already worked for the most part, but the post text is not displayed. Which command can I use to retrieve it or how do I have to create it in the post so that the text can be retrieved?
Best regards
You can use a heading element with
{content}
dynamic data and use a line clamp to limit the amount of content to display.Best regards
Hello Phil,
unfortunately this does not work.
I created the post with Bebuilder and created a Column Text there. See screenshot.
Which text is queried via {excerpt}?
best regards
You can use {excerpt} dynamic data, but you must also put this text in the excerpt field of the post:
Best regards