In line with standard Textpattern tags (such as category_list), add support for the offset attribute.
This attribute specifies the number of items in the feed to skip before outputting items, and should default to 0.
In conjunction with the existing limit tag, this allows for various use cases, including differential formatting of new/latest items vs. older historical items, for example.
In line with standard Textpattern tags (such as
category_list), add support for theoffsetattribute.This attribute specifies the number of items in the feed to skip before outputting items, and should default to
0.In conjunction with the existing
limittag, this allows for various use cases, including differential formatting of new/latest items vs. older historical items, for example.