How to set pagination_per_page for archive page? #6376
Unanswered
shenweiyan
asked this question in
Q&A
Replies: 1 comment
-
That's currently not supported, but you can open a change request if you like. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've found that the
pagination_per_page
parameter in the blog plugin affects both the blog's main page and the archive pages.Now, I want to customize a different pagination limit specifically for the archive pages, for example, setting
pagination_per_page=20
for the archives page while keepingpagination_per_page=5
for the main blog page.Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions