我正在尝试修复2009年以来的旧wordpress网站。我似乎无法在页面上显示内容。
我不确定是否是因为我升级了wordpress。
有什么想法吗?标题和其他标签显示良好。
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1>
<?php the_title(); ?>
</h1>
<div class="date">
<div class="dateleft">
<p><span class="time"><?php the_time('F j, Y'); ?></span> by
<?php the_author_posts_link(); ?>
<?php edit_post_link('(Edit)', '', ''); ?> <br />
Filed under <?php the_category(', ') ?>
</p>
</div>
<div class="dateright">
</div>
</div>
<?php the_content(__('Read more'));?>
<div style="clear:both;"></div>
<div class="postmeta">
<p><span class="tags">Tags: <?php the_tags('') ?></span></p>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php endwhile; else: ?>
<p>
<?php _e('Sorry, no posts matched your criteria.'); ?>
</p>
<?php endif; ?>
</div>
答案 0 :(得分:0)
研究完此问题后,问题出在旧插件上。希望这对以后的人有所帮助。