Manual:$wgCategoryPagingLimit

Category: $wgCategoryPagingLimit
Paging limit for items in categories.
Introduced in version:1.5.7 (r13079)
Removed in version:Still in use
Allowed values:(integer)
Default value:200

Details

edit

Sets the paging limit for categories.

To change the setting add this code to your LocalSettings.php file:

$wgCategoryPagingLimit = 500;

Replace the number “500” with the number of articles you want your categories to display.