Passer la navigation

[Résolu] view limit 10 items per page, where to change?

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 support ticket is created Il y a 2 years, 1 month. 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.

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par Christopher Amirian Il y a 2 years.

Assisté par: Christopher Amirian.

Auteur
Publications
#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

Les langues: Anglais (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:

lien caché

Thanks.