NP_BlogWithOffset, NP_PageLinkList and NP_OffsetEntriesLinks are deprecated. Please try NP_ShowBlogs
This plugin add a new skinvar similar to the blog or otherblog skinvars. But this skinvar accepts limit and/or offset in the query string, allowing one to dynamically specify how many entries to show.
| General Plugin info |
| Current Version: | v1.2a |
| Download: | n/a |
| Code: | click here |
| Demo: | n/a |
| Forum Thread: | forum here |
Copy the code from link above into a file called NP_BlogWithOffset.php
Upload the file in your plugins directory
Install it from plugin admin menu
Replace all instances of the <%blog(…)%> or <%otherblog(…)%> skinvars in whichever skin you wish to use this plugin with calls like “<%Plugin(BlogWithOffset,templatename,numberofentries)%>”
The use of the skinvar is same way compared to how the blog skinvar works. Examples:
<%Plugin(BlogWithOffset,templatename, numberofentries)%>
<%Plugin(BlogWithOffset, templatename, numberofentries, categoryname, otherblogname)%>
The skinvar has parameters:
templatename: the name of the template to display
numberofentries: number of entries to display
categoryname: category#, if only one category is to display
otherblogname: blog#, if display other than default blog