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 |
Other settings: Alphabetical | By function |
Details
editPaging limit for categories.
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. The default is “200”.