Eu já vi essa convenção praticamente em todos os lugares e, às vezes, chega perto de me deixar louco: <?php //The loop ?> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; // end of the loop. ?> Onde o <?phpe o fechamento ?>estão...