force list to start from a specific number
  • Hi,

    Is that possible to force a list section to start from a specific number and later ? I would like to do that since the first 5 sections have different style from the last 5.

    {{ list_sections name="sections" }}

    {{ /list_sections }}
  • 1 Comment sorted by
  • Try to use "constraints" param.

    Sample from footer.tpl (custodian sample):

    {{ list_sections name="sections" constraints="number greater_equal 10 number smaller_equal 120" }}
              <a href="{{ uri }}">{{ $campsite->section->name }}</a>
          {{ /list_sections }}