Why in The Loop you use
<?php if ( have_posts() ) { while ( have_posts() ) : the_post(); ?>
and not
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
(You use “{” instead of “:”)
Thanks for your codes.
Someone could do the second loop?. If they could help me, would be very thanked.