Posts per page
The Sense theme allows you to control how many posts appear per page on your homepage and archive pages such as tags and authors.
This setting is managed in the theme’s package.json
file and does not require installing any dependencies or running Ghost locally.
Change Posts per Page
Follow the steps below:
2
Open package.json
package.json
In the root folder of the theme, open the
package.json
file using a code editor like Visual Studio Code or Sublime Text.
4
5
Recommended Tools
To safely edit the theme files, always use a code editor that supports UTF-8 encoding and JSON formatting, such as:
Avoid using basic text editors like Notepad or word processors like Word — they can break the file structure, add hidden characters, or corrupt encoding, which may cause errors when uploading the theme.
Last updated