Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
how to change a class by odd and even posts count ??

I was thinking about something like this, but not sure if it's work:

.. class="<cms:if "<cms:mod k_count '2'/>">odd <cms:else/>even </cms:if>"
Hi :)

Sure it'd work the way you have planned.
However, Couch provides you with an easier method of doing this - the <cms:zebra> tag -
Code: Select all
<div class="<cms:zebra 'odd' 'even' />">
    ..
</div>

Please see http://docs.couchcms.com/tags-reference/zebra.html for full details.

Hope it helps.
You are awsome, quick replies, very helpfull, and always to the point..
You are welcome :) Glad I could help.
4 posts Page 1 of 1