Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2011-05-01 13:36:25
- alexandrebibliotecario
- Member
- Registered: 2011-01-20
- Posts: 22
[SOLVED] How can I change the "older" label?
Hi!
In textpattern, the portuguese version for the words “new“and “older” are “mais recentes” e “mais velhos”, how you can see in may page:
http://www.selodigital.net/articles/
How can I change this?
I would like to write “posts antigos”(older posts) and “posts recentes” (new posts)
What file do I have to open to change this?
Thank you!
Offline
Re: [SOLVED] How can I change the "older" label?
The page links are generated by couple of tags:
- newer
- older
- link_to_prev
- link_to_next
- Bookmark Tag Reference
You can change the label by using different contents wrapped in the tags, for example:
<txp:older>
posts antigos
</txp:older>
<txp:newer>
posts recentes
</txp:newer>
Offline
#3 2011-05-01 14:24:42
- alexandrebibliotecario
- Member
- Registered: 2011-01-20
- Posts: 22
Re: [SOLVED] How can I change the "older" label?
Thank you so much, Gocom!!!
Offline