Skip Navigation

[Resolved] Limit the number of results

This support ticket is created 6 years, 1 month 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 2 replies, has 2 voices.

Last updated by Yannis Sintos 6 years, 1 month ago.

Author
Posts
#1126549

I use a paginated list of all the website's posts in the homepage.
I now build the website and i only have some test posts.
What will hapen when i will have hunderds of posts ?
Am i able to limit the number of results i get in a paginated list to ... lets say 100 results ?

#1126811

In a paginated View or WordPress Archive, you can choose how many items to display for the entire output, or for each page.
So, for example, you can output the first 3 posts of all posts available, paginated by one, or all posts, paginated by 3, or some posts, paginated by any number lower than the total of posts (so to show the pagination).

This is elaborated here:
https://toolset.com/documentation/beyond-the-basics/paginate-lists-of-content/
https://toolset.com/documentation/user-guides/views-pagination/

Is this what you are looking for?

#1127062

My issue is resolved now. Thank you!