Site logo

Archived topic

How to make layout homepage like this ?

7 replies · Started by Fajri on May 22, 2021

Viewing posts 1–8 of 8

Hi there,

set your Blog columns to 2 - DO NOT use Masonry.
Then add this CSS:

@media(min-width: 1024px) {
    .generate-columns:not(:nth-child(-n+2)) {
        width: 100%;
    }
}

Hi Fajri,

The theme, by default, doesn't display a "related posts" listing.

You'll need a post list plugin or write your own post query and perhaps, do a bit of custom CSS to match the styling of the post article on your site.

You can try https://wpshowposts.com/.

Some of our Site Library templates use this as the related post listing. :D

Can you tell me, what is the name of site library using style related post like that ?

Nice, i've try using code from David for homepage style.
The code work on dekstop, but not in mobile.

This archived topic is closed to new replies.