Skip Navigation

[Resolved] Pagination Help

This support ticket is created 3 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#2207415
PaginationIssueItemCount.png
PaginationIssue1.png

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?

#2207695
items.jpg
pagination2.JPG

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