Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
article_custom limit="1,10" ??
Hey wondering why the following doesn’t seem to be working anymore:
<“txp:article_custom form=“work” limit=“1,10” “/> (had in extra quotations to make it appear as text)
It is supposed to call the most recent articles using the form “work” starting from the 2nd article and limited to 10 articles.
Has this been removed in a recent version? or has it just had the tags changed? Any help would be much apprieciated :)
Thanks
Last edited by ensnare (2006-06-19 16:36:10)
Offline
Re: article_custom limit="1,10" ??
it has been changed. you can now use “offset” as a parameter.
<code><txp:article_custom form=“work” limit=“10” offset=“1” /></code>
see textbook for reference
Offline
Re: article_custom limit="1,10" ??
thanks a lot :)
Offline
Pages: 1