I would like a homepage that shows a few (full) blog posts in a left column with Post Title, metadata, then content.
First trouble I ran into was using Post Title which shows the page title (“Home”). In my searching about this, it appears that’s the way it works.
Can someone guide me to best practices/tutorials to achieve this blog-centric layout using Bricks? Thx in advance. I’m new here and new to Bricks, limited webdev experience.
You’ll have to make sure you are only showing x number of posts and in the loop you will need to use the ‘post_content’ to show the entire content of the post.
Just as a side note, it is worth spending some time learning query loops as they are super useful and a powerful feature of Bricks. Also, if you are new to web dev, I highly recommend you learn pure HTML and CSS (especially flexbox and grid) as this will help you tremendously in getting the most out of a page builder, especially Bricks.