After I installed the new 2.7 version the_date function started to not show on all the posts.
My code:
<?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?>
The test site:
http://maligno.fabiocaparica.com/emhusa/
Check the "Veja Também" field (bottom) it appears only on the last one.
What's wrong?
Thanks!