我开始构建模板并...
<?php get_header(); ?>
<div id="box-posts">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
</div>
</div>
<?php
get_footer();
?>
(这是 index.php,好吧,很简单。
<div id="footer">
<br />
Copyright (C)
<br /><br />
</div>
</center>
</body>
</html>
(这是footer.php)我真的看不出有什么问题,但我得到“解析错误:语法错误,意外的$end”