limit topics on startpage

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
toy
Posts: 4
Joined: Wed Aug 11, 2004 10:57 am
Contact:

limit topics on startpage

Post by toy »

hi, I'm using v.0.6.11-CVS now for a while and the index is getting bigger and bigger.
how do I limit the entries shown?
maybee its to easy , but I can't find it..

thanks Kai
toy
Posts: 4
Joined: Wed Aug 11, 2004 10:57 am
Contact:

more or less hardcoded

Post by toy »

so, I found out my self this is not set in the admin-tool.
you can change it in the layout.php file of your style

// Welcome screen or whatever
default:
serendipity_printEntries(serendipity_fetchEntries(null, true, 15));

change the 15 to the number of topics you like to apear on the page
Post Reply