Elrond Documentation
  • Getting Started
    • 👋Welcome to Elrond!
    • 💡Uploading a theme
  • Activation
    • 🌙Light, Dark or Auto version
    • 🔗Social Accounts
    • 🎯Featured Post
    • 📢Adding a Custom Ads (v1.0.3)
    • 🧑Authors page
    • #️⃣Tags page
    • 💫Recommendations page
    • 📬Contact page
  • Customization
    • 🧩Logo
    • 🖌️Accent Color
    • 💗Header Navigation
    • 🌅Site Publication Cover
    • 🔮Homepage Right Sidebar
    • 👾Footer
    • 🔢Posts per page
    • 📖Post Template
    • 📋Responsive Tables
  • Membership
    • 💎Membership page
    • 🔒Signup & Signin pages
    • 🎨Subscribe page
    • 💬Comments
  • Advanced
    • 👩‍💻Editing a theme
    • 👩‍💻Editing a theme v1.0.2 and after
    • 🪄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": <value> (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 year ago

🔢