Sense
Ghost ThemesSupport
  • Introduction
  • Changelog
  • Getting Started
    • Installation
    • Routes
  • Basic Settings
    • Navigation
    • Social links
    • Announcement bar
  • Customization
    • Logo
    • Cover
    • Color scheme
    • Dark logo
    • Accent color
    • Typography
    • Copyright
    • Homepage
      • Hero
      • Signup
      • Publish date
    • Post
      • Template
      • Metadata
      • Related posts
      • Drop caps
      • Lightbox
      • Share this
  • Membership
    • Portal
    • Default CTA
    • Comments
    • Recommendations
  • Advanced
    • Edit theme
    • Translate
    • Posts per page
    • Update theme
    • Feedback
Powered by GitBook
On this page
  • Change Posts per Page
  • Recommended Tools
  1. Advanced

Posts per page

PreviousTranslateNextUpdate theme

Last updated 1 month ago

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:

1

Unzip the Theme

  • Unzip the theme .zip file on your computer.

2

Open package.json

  • In the root folder of the theme, open the package.json file using a code editor like or .

3

Locate the config.posts_per_page Field

  • Find the following line inside the file:

    "config": {
      "posts_per_page": 9
    }
4

Update the Value

  • Change the number to your desired amount of posts per page.

  • For example, to display 12 posts per page:

    "config": {
      "posts_per_page": 12
    }
5

Save and Rezip the Theme

  • After editing, save the file and compress the theme folder back into a .zip file.

6

Upload the Updated Theme

  • In Ghost Admin, go to: Settings > Site > Theme > Change theme > Upload Theme yoursite.com/ghost/#/settings/theme

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.

Visual Studio Code
Sublime Text
Visual Studio Code
Sublime Text