Boa noite, estou aplicando o código:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="post">
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
</div>
<?php endwhile; else : ?>
<p><?php esc_html_e( 'Sorry, no posts matched your criteria.' ); ?></p>
<?php endif; ?>
ná index.php e em vez de me listar os posts estás trazendo a descriçao da página home:
"Home,
Welcome to your site! This is your homepage, which is what most visitors will see when they come to your site for the first time."