We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The output is really simple and defaults to first, page numbers, last.
paginate::pages();
Setting pages() to true will only output page numbers.
pages()
true
paginate::pages(true);
A few other goodies included are some useful links, These output a basic link.
paginate::next(); paginate::previous(); paginate::first(); paginate::last();