Hello,
I use Weblog Entry and Comment Pagination and it works great, but all pages have the same title.
I would like to display in the page title something like this :
TITRE - Page XX
I use this code:
<title>{site_name} • Commentaires d'articles{if segment_2 != ""} - page {segment_2}{/if}</title>This is not perfect, because it displays Page P7 or Page P14 instead of Page 2 or Page 3, but now all pages have a unique title.
Any ideas or plugins to display real page number?
Fabrice