You are here:  » News section

Support Forum



News section

Submitted by jonny5 on Mon, 2008-03-10 17:48 in

is it possible to add a news section on the front page , to have some PHP that displays the first 3 articles from a certain folder and only show the first 2 lines from each article until clicked?? or does anyone know a free script that could do this??

Submitted by coyote on Mon, 2008-03-10 19:45

Hello

You could use rss to do this

Search rss in the forum you should find the good topic

but maybe there is a more simple solution

to only show the first 2 lines you can use this :

substr($product["description"],0,100) (100 is the number of car you wish to make appear)