Navigation überspringen

[Gelöst] view limit 10 items per page, where to change?

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 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.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Christopher Amirian vor 2 years.

Assistiert von: Christopher Amirian.

Author
Artikel
#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
Unterstützer

Sprachen: Englisch (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:

versteckter Link

Thanks.