Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How put page number in the title of a page
Good morning textpatteners :-)
I’m asking if there is some simple technique to put page number in the title tag?
Something like:
“This is my list of articles | page 2”
To prevent duplicate page title.
Thanks
Offline
Re: How put page number in the title of a page
You should be able to use txp:page_url as follows to output the current page number:
This is my list of articles | page <txp:page_url type="pg" />
TXP Builders – finely-crafted code, design and txp
Offline
Re: How put page number in the title of a page
Thank you!
Offline