handlebars.jsghost

Ghost theme display more than 5 posts per page


How can I display more than 5 posts in the loop on the homepage of a theme?

I have the standard loop:

{{#foreach posts}}
  <h2 class="post-title">{{{title}}}</h2>
{{/foreach}}

I have 7 posts in total, but can only display 5 per page, it seems to forcibly paginate at 5 posts.

Is there any way I can get around this?


Solution

  • By default, Ghost is showing only 5 posts per page. You can change that in the blog settings under general, where you can upload your blog icon and cover, too.

    UPDATE: This answer is deprecated!

    But it can’t be removed because it was tagged as the accepted answer 😿!