Expression Engine channel entries with Twitter Bootstrap Carousel Not working Expression Engine channel entries with Twitter Bootstrap Carousel Not working codeigniter codeigniter

Expression Engine channel entries with Twitter Bootstrap Carousel Not working


You can use the {count} variable in {exp:channel:entries} to add the class to only the first item with a conditional:

{exp:channel:entries channel="work" dynamic="no"}  <div class="item {if count == 1}active{/if}">    [...]  </div>{/exp:channel:entries}