Iterate

Developer

Pixel & Tonic - Brandon Kelly

3rd Party (Free)


EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Iterates through one or more pipe-delimited strings, passed in as parameters.

Use Iterate in your templates like so:

{exp:iterate breakfast="Coffee|Mimosa|Eggs Benedict"}
    <li>{breakfast}</li>
{/exp:iterate}

Parameters

  offset=“2”
  limit=“5”

Tags

  {count}
  {total_results}
  {switch=“X|Y|Z”}

Iterate Links

This entry was created November 2, 2011, 9:13 am.
This entry was last updated November 2, 2011, 6:24 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Versa Studio 05.23.12

Versa Studio
Rating - {addon_rating_average}

Does exactly what it’s supposed to. 

Combine with Low Variables ‘entries’ variable type, and you can iterate through entry IDs while keeping the order. Make sure to add parse=“inward” to the tag if you’re doing this.