$primera = array_shift($arrNoticias); // ... echo $primera['titulo']; // etc... // ... foreach ($arrNoticias) // ...