Archived topic
How to make featured posts?
6 replies · Started by Jusung on September 9, 2022
Hello.
I am trying to make a featured post on blog section.
1 big post and 2 small posts next to the big post.
As you can see my trying on the site, I wann make the height same and I don't know why there is empty space.
It is made on the elements.
Could you guide to make this?
on the customization, there is a function, which is "make the first post featured post".
However, I want to put 2 posts next to the featured post.
I want to make one like this on the link
Hi there,
that particular layout is really complicated.
I explain here how to do it:
I see!! I will try to make it on my own now!
Good luck :)
One way to make complex blog layouts (without touching PHP) is to use CSS Grid, which allows you to create incredibly complex layouts. It's especially well suited for things like blog pages, where all the blog post elements have the same parent (which you set to display:grid).