Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-05-08 13:46:20

cederfjard
New Member
Registered: 2008-05-08
Posts: 2

<txp:article_custom />, article list without the most recent

Hi ya’ll.

I read this yesterday , and I got really interested in this technique:

Show 10 recent articles, starting with the second:
<txp:article_custom form=“headline” limit=“1,10” />

I can’t seem to make it work though (having an list of articles starting with the second most recent). Is it deprecated?

Last edited by cederfjard (2008-05-08 13:48:43)

Offline

#2 2008-05-08 14:07:45

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: <txp:article_custom />, article list without the most recent

That’s old. Use offset instead:

<txp:article_custom form="headline" limit="10" offset="1" />

Offline

#3 2008-05-08 14:13:10

cederfjard
New Member
Registered: 2008-05-08
Posts: 2

Re: <txp:article_custom />, article list without the most recent

Perfect. Thankyou!

Offline

Board footer

Powered by FluxBB