Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

if ( $post_armi->have_posts() ) { while ($post_armi->have_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;
?>
Source by codex.wordpress.org #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+6 =