foreach($slider as $slide):?>
-
endforeach;?>
$noticias = get_posts( array("post_type" => "novedades", "orderby" => "date", "order" => "DESC", "numberposts" => 3) ); //"post_type" => "novedades"
if(count($noticias)):?>
Novedades
foreach($noticias as $item):?>
endforeach;?>
endif;?>