Increasing the number of home page topics in the Liebling theme

Herkese merhaba umarım konuyu yanlış yere açmamışımdır.

I’m new to the Ghost system, I’m trying to get used to the system, I like the system very much and I use it with pleasure. Thank you to the whole team for presenting such a software to us.

I’m using the Liebling theme. I want to increase the number of topics listed on the main page. I want more content to be listed.

I looked in the settings and could not find such an option. I would be very grateful if you could help me with this. Thank you very much in advance.

Edit the package.json from theme, find the block config, line post_per_page and change from 10 to the number you want. It will increase the posts on Liebling home page theme.

{
...
  "config": {
    "posts_per_page": 10,
    "card_assets": {
      "exclude": ["bookmark", "gallery"]
    },
...
}
1 Like

Hello, I added the code you gave to the package.json file in the theme, saved the file and restarted ghost, nothing changed.

The theme says featured posts are 5 and recent posts are 10 as per package.json. If there’s some cache like Cloudflare, you’ll need to purge it and try Ctrl + Shift + R to hard refresh the browser.

1 Like