Forums / Setup & design / How to display more than 3 article items on index page?
Alexander Kur
Wednesday 18 April 2007 1:41:32 pm
I run out of time and can not spend too much on reading manual(but I will, promise:) )... So I have almost default ezPublish site where I display news(article summaries) on a index page. By default, it shows only last 3 items.How can I change this default behavior, what template should I look...
Greets fom Russia
Vicente Olivan
Thursday 19 April 2007 1:30:30 am
Hi, Alexander:
in /extension/ezwebin/design/ezwebin/override/templates/embed/vertically_listed_sub_items.tpl
............ {def $children = array() $limit = 3 $offset = 0} ..................
change "3" to your items number.
Grettings