Site logo

Archived topic

List of Blog posts

5 replies · Started by Adam on August 14, 2019

Viewing posts 1–6 of 6

I created a page called Blog Posts. On that page i want to have all my previously written posts, but I want each in a container that has the title, image, description, and categories.

Currently when I edit that page, in the block i choose that I want the List of Latest Posts. However, it only lists the text of the title, not the entire container as mentioned above.

What am I doing wrong?

Thanks

Thanks, but that didn't really help. How can I see and edit the layout of the home page? If I can see that, I can probably figure it out.

WordPress generates the front page when it's set to display your latest posts.

Right now it looks like they're all showing up along with the title, image, text etc... Are you wanting to contain each post inside a box?

I actually just got rid of that page. However, I would like to know how I can put boxes around the posts

Hi there,

try this CSS you will see the box borders on your Blog page:

.generate-columns .inside-article {
    border: 1px solid #aaa;
}
This archived topic is closed to new replies.