admin管理员组文章数量:1404597
Every time we add something new, it deletes a previous entry, like its replacing it. Happened with blogs a few weeks ago then sorted itself out, now it is happening with events. Does anyone know why this might be happening?
Every time we add something new, it deletes a previous entry, like its replacing it. Happened with blogs a few weeks ago then sorted itself out, now it is happening with events. Does anyone know why this might be happening?
Share Improve this question asked Jan 13, 2020 at 17:27 KbCbKbCb 11 Answer
Reset to default 0Are you using loop before getting content from WordPress? Like this one:
<?php if( have_posts() ): while( have_posts() ): the_post(); ?>
You content goes here
<?php endwhile; endif; ?>
本文标签: blogCreating new page overwrites old page
版权声明:本文标题:blog - Creating new page overwrites old page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744837768a2627736.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论