Skip Navigation

[Resolved] view limit 10 items per page, where to change?

This thread is resolved. Here is a description of the problem and solution.

Problem:
I am unable to find where to change the number of items displayed in a view loop; they seem to be limited to 10, and I prefer not to use pagination.

Solution:
If you do not want to use standard pagination, set a very high number for items in the pagination settings and enable the infinite scroll option. This will effectively remove visible pagination controls and allow you to display many items without manually navigating through pages.

Relevant Documentation:

https://www.youtube.com/watch?v=Oeya28pEej0

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.

This topic contains 2 replies, has 2 voices.

Last updated by Christopher Amirian 9 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2695887

A simple question i guess, but i can't find where i can change the number of items in a view loop. They all seem to be limited to 10.
thanks

#2695889

i found out that when i activate pagination, i can set this, but what if i don't want to use pagination?

thanks!

#2695985

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

We suggest that you use pagination if not it will force a big performance downtime if the amount of items are big to retrieve on a page.

But one solution if you want to show all the items is to add a very big number for the pagination and make the pagination option to load by infinite scroll which will remove the pagination button:

hidden link

Thanks.