Number of Posts on a page

Am Ghaz Posted in Technical Support 9 years ago

How to change the number of posts on a page to 20 ?

Which file will need to edit ?

Replies
Indonesian Arsalan Shah Replied 9 years ago

Open file :

components/OssnWall/wall/siteactivity.php

Replace:

$Pagination = new OssnPagination;

To:

$Pagination = new OssnPagination(20);