Entries per page

Having trouble installing serendipity?
Post Reply
wmcasey
Posts: 1
Joined: Sun Jun 20, 2004 5:58 pm

Entries per page

Post 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
houndbee
Regular
Posts: 18
Joined: Fri Apr 30, 2004 4:53 pm
Location: Bangalore, India
Contact:

Post 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.
apc
Regular
Posts: 7
Joined: Tue Jul 20, 2004 2:38 am
Location: Brasil
Contact:

Re: Entries per page

Post 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:
apc
Post Reply