Items in lists can be paginated. This option is available in the shortcode generator. But you can also add the parameters manually.
Values: “true”, “false”. This option will allow you to paginate list items. It will break the list page wise.
Example: paginate_items=“true”. You also need to add the parameter per_page. This option indicates the number of items per page. Default is “5”. paginate_items=“true” is required to get this parameter working.
Example: per_page=“5”
Lists themselves cannot be paginated.