Extend the edit list

Hi
By default Pulse only lists 10 items in the editor list. You have to click an arrow to get the next 10 etc. Is there a way to list more than 10 items?
Thanks for any assistance.

Hi David,

you can’t do that with any settings inside Pulse, but if you have no problem with editing the
core files of pulse you can do this inside /admin/inc/home.php

Line 50:
$result_per_page = 10 ;

Change “10” to whatever you like, maybe it is going to be a bit slower with many entries.

2 Likes

Thanks Oliver. I really appreciate your help.

David

2 Likes

We’re thinking of making the default 50 for future updates - needs a bit more space :wink:

1 Like

This is now a setting in Pulse5 that can be changed in the admin :slight_smile: