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 1
Add a comment  | 

1 Answer 1

Reset to default 0

Are 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