Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
4 most recent articles, with different forms
I would like to display the four most recent articles with excerpts. However the 1st most recent article will use a different form than than the 2nd, 3rd, 4th most recent articles.
I would assume I need to create two article lists. But how do i specify an article list to display 3 most recent article not including the single most recent?
Is there another way to go about this?
Thanks!
Offline
Re: 4 most recent articles, with different forms
alittle116 wrote:
But how do i specify an article list to display 3 most recent article not including the single most recent?
<code>
<txp:article limit=“3” offset=“1” />
</code>
From the tag attributes found here.
TextPattern user since 04/04/04
Offline
Re: 4 most recent articles, with different forms
offset! great, thanks!
Offline