Site logo

Archived topic

Style related posts

3 replies · Started by Matteo on January 30, 2021

Viewing posts 1–4 of 4

I read every post here about related posts.

With "Wp Show Posts" and some instructions, this is the result.

I'd like to style better the related posts.

Is it possible to have a bullet list fand a shorter distance from the posts' titles?

Thanks.

Hi there,

I had a chat with Tom about this and typically we don't recommend using WPSP to build related posts - it's just not designed for it.

However, if it works for you like this then you can try this CSS:

.wp-show-posts article {
    display: list-item;
    margin-bottom: 0 !important;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Is there a security problem?

Nope. WPSP has no "related posts" logic built in.

This archived topic is closed to new replies.