Posts per page
Control how many posts appear per page by changing the posts_per_page value in package.json.
Step-by-Step (Requires theme editing)- Open
package.jsonin your code editor and find:
"config": {
...
"posts_per_page": <value>
...
}
- Change the value to the number of posts you want to show per page.
- Save your
package.jsonfile in the theme’s root folder.
Type at least 2 characters to search