Pagenumber
Pagenumber Plugin allows you to display the current page number in a template where pagination is in effect.
Primary Template Tag
{exp:pagenumber}
Tag Parameters
items_per_page=""
url_segment=""
Optional parameter, it will override the default behavior of looking at the last segment of the URL for pagination.
prefix=""
If a + character is found in this parameter it will be replace by a space (eg. prefix="[Page:+").
suffix=""
show_first_page=""
Pagenumber Template Example
<title>{title} {exp:pagenumber items_per_page="9" prefix=" | Page" suffix=" | "}</title>
