In this article

filter

jetpack_archives_shortcode_default_limit

Filter the default number of entries listed by the

shortcode when using the unbounded `postbypost` type with no explicit `limit`. Set to 0 to restore the previous (unlimited) behavior, though this is not recommended on sites with a large number of posts.

Parameters

$limit
int

Default maximum number of posts to list. Default 100.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.