私のコード:
<div class="date"><?php the_time('d') ?> <?php the_time('M') ?></div>
<h2 class="titolo" style="min-height:0;"><?php the_title(); ?></h2>
<div class="descrizione"><?php the_content(); ?></div>
時間とタイトルは正しいです。でも中身は空っぽ?
実際、試してみてください:
$pr=get_posts();
print_r($pr);
配列内にタイトルと説明の両方が表示されます。どこが間違っていますか?