Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Helping a new user: Does TXP meet these requirements?
The date/time is output by the <txp:posted /> tag. In that tag you can specify the format used to display the date/time. You can make it display only the month, year, day or any combination of these.
Using <txp:if_different> you can show previous months.
Offline
#14 2008-09-30 16:35:22
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Helping a new user: Does TXP meet these requirements?
This FAQ might help: How do I make an archive page?.
Another way of sorting the articles inside the newsletter is using a custom field. In your article tag you would use sort="custom_1 asc"
, or in the if_different example, sort="posted desc, custom_1 asc"
.
Offline
#15 2008-10-06 06:23:38
- idoremus
- Member
- From: NW United States
- Registered: 2008-04-16
- Posts: 19
Re: Helping a new user: Does TXP meet these requirements?
Ruud and Els, thank you for your help. I don’t have it figured-out yet but definitely have some good ideas on what works.
Offline