global $post;
$args = array(
'post_type' =>'portfolio',
'numberposts' => '3'
);
$portfolio_posts = get_posts($args);
?>
böyle birşey bulursan kaçtane göstermek istiyorsan 'numberposts' => '3' içindeki 3'ü 5 yaparsın 6 yaparsın vs.