Columns of Pictures - Skip 1st Picture

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 30, 2011   (RSS)

By Kenny - August 30, 2011

How do I display the columns of pictures using

<?php $maxCols=7; if (@++$count % $maxCols == 0): ?>

but skipping the first one?

Thanks, Kenny