Changing the number of documents in the library
In Document Library Pro, you can choose how many items are listed on each page of the library, and the total number of documents in the library.
Docs per page
The docs_per_page
option controls how many rows display on each page of results in the library, e.g. docs_per_page="50"
. The default is 25 documents. Set this to rows_per_page="-1"
to show all records in your library.
Example displaying 10 rows per page: [doc_library docs_per_page="10"]
Document limit
The doc_limit
option controls the maximum number of documents displayed in the library. Defaults to 500 documents. Set the post limit to -1 to show the full content of the document post.
Warning: setting too large a limit could have a performance impact on your server. If you are displaying a large number of documents, we recommend activating lazy load.
[doc_library doc_limit="750"]