Quote:
|
Originally Posted by reele by default,it shows 10 items in one page,how can i change this?
thanks |
Look in /components/com_content/content.php
Line 132 says:
Code:
$limit = trim( mosGetParam( $_REQUEST, 'limit', 10 ) );
Try changing to whatever you want.