Skip to main content

Global arguments

These arguments can be set on all loops

ArgumentDescriptionDefaultExample
backend_contextDetermine if loop is use in backend context.falsebackend_context="on"
force_returnforce return result for i18n tables even if there is no record.falseforce_return="on"
limitThe maximum number of results to display.limit="10"
name *The loop name. This name must be unique and is used to reference this loop.name="my_name_loop"
offsetThe first product to display offset. Will not be used if page argument is set.0offset="10"
pageThe page to display.page="2"