Page 1 of 1

Show one post on the index page only

Posted: Wed Sep 22, 2004 3:47 pm
by yeti
Hi,

I am using serendipity as a photoblog and I would like to limit the number of posts in index file into one(ie the post of the day)

How can I do this?

Thanks

Re: Show one post on the index page only

Posted: Wed Sep 22, 2004 5:39 pm
by garvinhicking
Look at your templates/templatepath/layout.php file. Search for the number '15' there - it should occur once or twice as an option to the funtion serendipity_fetchEntries(). Change the number to 1.

Regards,
Garvin.