Page 1 of 1

<title> Tag and Paginated Pages

Posted: Tue Oct 07, 2008 2:25 am
by tpost
Hi everyone!

Just wondering if it is currently possible to detect if someone is on a paginated page (eg. the "Previous Page" and "Next Page" links at the bottom of the blog entries)?

I noticed that if you are on a paginated page that the <title> tag isn't dynamic and simply duplicates whatever the startpage's title tag is.

If we could detect if someone is on a paginated page, we could modify the <title> tag.

Thanks for reading!

Re: <title> Tag and Paginated Pages

Posted: Tue Oct 07, 2008 1:19 pm
by garvinhicking
Hi!

Yes, you can check {$footer_currentPage} which contains the number of the current page.

Regards,
Garvin

Posted: Wed Oct 15, 2008 9:29 pm
by tpost
As always, thanks Garvin!
Haven't implemented the change yet, but this should be easy!