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; ?>
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744837768a4596368.html
评论列表(0条)