内容显示代码如下
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_content("Read More..."); ?>
<?php endwhile; ?>
<?php else : ?>
<?php endif; ?>
如上图上面网址的id都了,但内容怎么就是不变,求高手指点
wordpress single页面 详细页面
------解决方案--------------------
去掉<?php the_content("Read More..."); ?> 看看还有没有内容 如果有的话 在去数据库 看看 书不定 你真的村一样的怎么搞