Seperate page for blog posts

hi friends. I want to show only 3-5 blog posts on homepage, after clicking page navigation (page 2 link) I want to show a different designed page. This page consists of only the blog posts, not any other thing…
Is it possible?
How can I do that?
Thanks.

homepage:

page 2 (after user clicked page navigation button):

Hi @aliveli,
I guess I would treat the home page “pagination” as just links, rather than real pagination. So, run the query for the first 3-5 posts, then a link to a new template with multiple posts. You could pass the page number as a URL variable to the new query.
Cheers,
Bob

I think the only solution is this. thank you so much.

1 Like