我的代码:
<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);
我在数组中看到了标题和描述。我哪里错了?