Home › Forums › Support › How to make layout homepage like this ? This topic has 7 replies, 3 voices, and was last updated 4 years, 10 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts May 22, 2021 at 7:21 am #1793920 Fajri How to make layout homepage like this ? https://prnt.sc/139ol30 May 22, 2021 at 8:03 am #1793950 DavidStaff Customer Support 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%; } } May 23, 2021 at 7:51 am #1795011 Fajri Great! Work How to make related post like the site ? https://prnt.sc/13b5qpn May 23, 2021 at 5:10 pm #1795320 ElvinStaff Customer Support 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. 😀 May 24, 2021 at 2:32 am #1795660 Fajri Can you tell me, what is the name of site library using style related post like that ? May 24, 2021 at 2:53 am #1795686 ElvinStaff Customer Support Ah my bad. I think Dispatch shows latest posts rather than related posts. To use WPSP as a related post listing, you can try following this article – https://www.wplogout.com/display-related-posts-in-generatepress-theme/ You can try other plugins as well like this one – https://en-ca.wordpress.org/plugins/contextual-related-posts/ – to show related posts. May 25, 2021 at 4:24 am #1797139 Fajri Nice, i’ve try using code from David for homepage style. The code work on dekstop, but not in mobile. May 25, 2021 at 5:56 am #1797234 DavidStaff Customer Support I have edited the CSS here: https://generatepress.com/forums/topic/how-to-make-layout-homepage-like-this/#post-1793950 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In