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 parameterit will override the default behavior of looking at the last segment of the URL for pagination
prefix=""

If character is found in this parameter it will be replace by a space (egprefix="[Page:+"). 
suffix="" 
show_first_page="" 

Pagenumber Template Example

<title>{title} {exp:pagenumber items_per_page="9" prefix=" | Page" suffix=" | "}</title