<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); // Il codice del ciclo endwhile; else : echo wpautop( 'Spiacente, nessun articolo trovato' ); endif; ?>