
- Entries per page: controls how many entries appear on each
page of an archive. This can be overridden on a per-template basis using
the MTPASettings tag described below.
- Use "index in filenames: By default, PagedArchives names
additional pages 2.html, 3.html, etc. If this option is enabled, PagedArchives
will instead name them index2.html, index3.html etc, assuming that
index.html is the filename specified in the "Publishing" tab of your
MT settings.
- Use post numbers instead of page numbers: When you use the page list tag, turning this on will cause the list to display the post ranges rather than the page numbers. For instance, if you have 15 post per page, then the page list will look like: "1-15 16-30 31-45" instead of "1 2 3".
The following tag is used for configuration on a per-template level:
- <MTPASettings>
- Allows you to specify per-template settings. This should be placed before all
other MTPA tags.
Possible arguments:
- entriesperpage="NN" - sets the number of entries per page for this template,
overriding the main plugin setting.
- numofentries="NN" - the plugin attempts to detect the number of entries to make pages for, but sometimes it gets it wrong. You can specify the correct amount using this parameter.
- pagelistlimit="NN" - Limits the number of links in the list of pages to a certain number (eg pagelistlimit="3" will change "1 2 3 4 5 6 7 8 9" to "... 4 5 6 ..." if you're on page 5).