i have this code
<?
if ($id and $ucat){
$static['template'] = 'titles';
$static['number'] = 5;
$static['category'] = $ucat;
include $cutepath.'/show_news.php';
}?>
how to show only the older posts than one shown in details ...
only older related posts
