Licitações Abertas

‘licitacao’, ‘posts_per_page’ => 10,’status_licitacao’ => ‘aberta’ );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
echo ‘

‘;
the_title();
echo ‘

‘;
echo ‘

‘;
the_content();
echo ‘

‘;
endwhile;
?>