Contents
Syntax
The syntax for
paginate.separator(string) paginate.separator { //separator code }
@paginate.separator(string) @paginate.separator { //separator code }
Description
The
Note: Specifying a separator for pagination is optional, the default separator is "
Note: The hard-coded constants available for pagination are listed here.
See here for some blog templates which use pagination for the posts table, specifically see here (demo) for an example of pagination code.
Note:
@paginate.separator { # block }!
n++ example
Examples of
@paginate.separator("<br>\n\n")
@paginate.separator { <br> }