|
It is just like photopost a multiple of the column setting in layout options so you columns is 4 so it starts at 12
If you trying to have something different
do this quick thing in top of your showcat.tmpl right after this
<?
place something like this with the new perpage you want
$perpage=15;
|