For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔢Posts per page

The number of displayed posts is determined by the 'posts per page' setting, which you can configure in your package.json file.

  1. You'll have to open the package.json file of the theme in your code editor and locate:

"config": {
    ...
    "posts_per_page": 6 (just number)
    ...
}
  1. Type the number of posts you want to appear per page, example: 8

  2. Save package.json file in main folder.

Last updated