最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

blog - Creating new page overwrites old page

programmeradmin4浏览0评论

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; ?>
发布评论

评论列表(0)

  1. 暂无评论