Page 1 of 1

Entries per page

Posted: Sun Jun 20, 2004 5:59 pm
by wmcasey
This was asked in a previous post, but I do not see a reply.


What variable controls the number of entries on the page?


cheers,



Bill

Posted: Mon Jun 21, 2004 2:18 pm
by houndbee
Look in templates/default/layout.php for

Code: Select all

 // Welcome screen or whatever
    default:
        serendipity_printEntries(serendipity_fetchEntries(null, true, 15));
Change the '15' in the above line to the number of entries you wish to show on the front page.

If you are not using the default theme, then look in the corresponding folder for the theme you are using.

Re: Entries per page

Posted: Mon Aug 09, 2004 1:54 am
by apc
wmcasey wrote:This was asked in a previous post, but I do not see a reply.


What variable controls the number of entries on the page?


cheers,



Bill
Look here:
http://www.s9y.org/forums/viewtopic.php?t=355
:wink: