Tumblr doesn't allow you to load more than 15 posts at one time for
any theme.
Your best bet would be to implement infinite/endless scrolling by using JavaScript to make an XMLHttpRequest to retrieve the next page of posts.
You'll need need to have a good sense of HTML and JavaScript to be able to do this.