NP_BlogWithOffset, NP_PageLinkList and NP_OffsetEntriesLinks are deprecated. Please try NP_ShowBlogs
This plugin provides a list of link to pages that visitor can jump to directly.
| General Plugin info | |
|---|---|
| Current Version: | v1.7 |
| Download: | n/a |
| Code: | click here |
| Demo: | n/a |
| Forum Thread: | forum here |
You can customize how the page links list will be displayed by changing some plugin arguments. If you don�t define an argument, the related default value will be used. There are 5 arguments, and they are all explained in the example below.
Example: <%Plugin(PageLinkList,15, | ,1,5,5)%> 1st argument (15) - Defines how many items will be shown per page. Default is “10”. 2nd argument ( | ) - Defines the delimiter between links Default is “|”. 3rd argument (1) - Turn on/off the page link list range. If set to 0, range restriction will be turned off and links to ALL available pages will be displayed (it may be a long list if you have many items). Default is “1” (turned on range restriction). 4th argument (5) - If the link list range is turned on, defines the maximum amount of page links that will be displayed to the LEFT of the current page number. Default is “10” (google-style). 5th argument (5) - If the link list range is turned on, defines the maximum amount of page links that will be displayed to the RIGHT of the current page number. Default is “9” (google-style).