3 items I have questions about.
Tell us what you are trying to do?
1) When I turn on Pagination it looks good in design but when viewed the it loads many individual blocks - see two screen captures in PaginationIssue1.png
2) It seems I can only have 39 items per page - I would like more as there are over 4000 items. Can this be increased? See PaginationIssueItemcount.png
3) When stepping through pages, the item count is always reset to 1. Is it possible to not have that reset for each page?
THANKS FOR YOUR HELP!
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?
Hello,
Q1) You can find and select the pagination block, and setup the option "Pages to Skip" and "Number of Preceding and Following Pages" as what you want, see my screenshot pagination2.JPG
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-344030
Q2) You can find and select the View block, change the "Items Per Page" setting, see my screenshot Items.JPG
Q3) You can try below shortcode to display the current index in a View loop:
[wpv-loop-index accumulate="true" pad="false" offset="0"]
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-loop-index