- Widgets list their results in a paginated format. By default, after the first 30 results, a “show more” link will display, allowing the user to click to reveal the next 30 results.
- The per-page number of results (30) can be changed, and pagination can also be disabled for a widget by applying "false" as the value.
- If you set a maximum number of items to display (e.g., "Show up to") make certain the number is higher than the "Show more... link after" items.
To manually pass the paginate argument to an inline widget use the paginate argument below:
<arg id="paginate">10</arg>