[Support request] List of Blog posts

Home Forums Support [Support request] List of Blog posts

Home Forums Support List of Blog posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #984164
    Adam

    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

    #984192
    Leo
    Staff
    Customer Support

    Hi there,

    Try assigning that page to the Posts page in readings settings:
    https://wordpress.org/support/article/settings-reading-screen/

    Let me know if this helps 🙂

    #984781
    Adam

    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.

    #985254
    Tom
    Lead Developer
    Lead Developer

    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?

    #985325
    Adam

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

    #985631
    David
    Staff
    Customer Support

    Hi there,

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

    .generate-columns .inside-article {
        border: 1px solid #aaa;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.