它有一个非常基本的代码,我确定我遗漏了一些东西。它是什么?
<div class="span8" id="pagecs">
<?php the_post(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-content">
<?php
if ( has_post_thumbnail() ) {
the_post_thumbnail();
}
?>
<?php the_content(); ?>
</div>
</div>
#pagecs {
font-family: 'Goudy Bookletter 1911', serif;
color: #405160;
}