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