Elrond Documentation
CtrlK
  • Getting Started
    • ๐Ÿ‘‹Welcome to Elrond!
    • ๐Ÿ’กUploading a theme
  • Activation
    • ๐ŸŒ™Light, Dark or Auto version
    • ๐Ÿ”—Social Accounts
    • ๐ŸŽฏFeatured Post
    • ๐Ÿ“ขAdding a Custom Ads (2.0)
    • ๐Ÿง‘Authors page
    • #๏ธโƒฃTags page
    • ๐Ÿ’ซRecommendations page
    • ๐Ÿ“ฌContact page
    • ๐Ÿ“…Archive page
  • Customization
    • ๐ŸงฉLogo
    • ๐Ÿ–Œ๏ธAccent Color
    • ๐Ÿ’—Header Navigation
    • ๐ŸŒ…Site Publication Cover
    • ๐Ÿ”ฎHomepage Sidebar (Widgets)
    • ๐Ÿ‘พFooter
    • ๐Ÿ”ขPosts per page
    • ๐Ÿ“–Post Template
  • Membership
    • ๐Ÿ’ŽMembership page
    • ๐Ÿ“ฌSignin / Signup / Subscibe pages
    • ๐Ÿ’ฌComments
  • Advanced
    • ๐Ÿ‘ฉโ€๐Ÿ’ปEditing a theme 2.0
    • ๐Ÿ‘ฉโ€๐Ÿ’ปEditing a theme 1.0.4
    • ๐Ÿ‘ฉโ€๐Ÿ’ปEditing a theme v1.0.2
    • ๐Ÿช„Updating a theme
    • ๐ŸŒTheme translation
Powered by GitBook
On this page
  1. Customization

๐Ÿ”ข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.

PreviousFooterNextPost Template

Last updated 1 month ago