==== NP_BlogWithOffset plugin ====

BlogWithOffset is an alternative way how to show your weblog, this plugin works in conjunction with [[plugins:OffsetEntriesLink|NP_OffsetEntriesLink]], [[plugins:PageLinkList|NP_PageLinkList]] and [[plugins:HeaderNavigation|NP_HeaderNavigation]], and allows to display your weblog via offset, ie., pages.

Usage:
<code php><%Plugin(BlogWithOffset,template-name,number-of-articles,short-blog-name)%></code>

Example:
<code php><%Plugin(BlogWithOffset,default,5,myweblog)%></code>