Homepage only showing 10 posts

I have more than 10 posts in my wordpress posts but in my frontity homepage it only showing 10 posts but i want to show more than 10 post. So how can i fix this isssue. Please help me

Hi @techymanjil96

There’s a couple of ways that you can do this. The first way would be to fetch all the posts using a custom handler. See here for an example of how to do this.

The second way would be to show 10 posts per page but add pagination links to fetch the next page of posts. See here for an example of this.