Site logo

Archived topic

How to change the appearance in "Recent posts"

5 replies · Started by Klaus on August 28, 2021

Viewing posts 1–6 of 6

Hi,
I have layed out my blog page following Leo's instructions in this video: https://www.youtube.com/watch?v=-ZTQP_KA2xE.

I now generate a different page which holds a "recent blogs" container/grid with 6 entries for the last 6 recents posts using the recent posts block.

How can I make these entries look the same as those in the blog page with the design presented in the a.m. video?

Many thanks
Klaus

Hi there,

Unfortunately the content template cannot be applied to the recent posts blocks from WordPress.

It will require a considerable amount of custom CSS.

Please see here: https://uno-fulda.de/lore-ipsum/ This is just a sample page. Scroll down a bit below the lore ipsum part. Would it be possible to at least get rid of the links below the featured images?

This should work:

.wp-block-latest-posts a:nth-child(2) {
    display: none;
}

Works. Many thanks.

Subject solved.

Have a nice day
BR
Klaus

No problem :)

This archived topic is closed to new replies.