if ($ post_armi-> Hase_posts ()) {while ($ post_armi-> HABE_POSTS ()) {$ post_armi-> the_post ();
<?php
while ( have_posts() ): the_post();
// Visualizza articolo
if ( have_posts() ): // Se questo è l'ultimo articolo il ciclo ricomincia nuovamente
// Eseguire qualche operazione se non si tratta dell'ultimo articolo
endif;
endwhile;
?>
Kind Kouprey