Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.
/ Iterate Public archive

EE2 plugin that iterates through one or more pipe-delimited strings, passed in as parameters

Notifications You must be signed in to change notification settings

pixelandtonic/Iterate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Iterate

This plugin for ExpressionEngine 2 iterates through pipe-delimited strings, passed in as parameters.

Requirements

Installation

  • Upload the iterate folder to system/expressionengine/third_party/

Usage

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"}

About

EE2 plugin that iterates through one or more pipe-delimited strings, passed in as parameters

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages