$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Comments stuck inside post edit, but not showing under the published posts|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Comments stuck inside post edit, but not showing under the published posts

matteradmin9PV0评论

I recently migrated my site from blogger to wordpress using "blogger importer extended" plugin. Everything has been completed without issues, except this one. Many of the posts are not showing the migrated comments under them, but when I check inside the "edit post" I am able to find all the comments intact and visible.

I have the comments box enabled inside the posts, and all the required fields correctly configured under the Discussion settings.

I have even tried disabling all the plugins, and even by downgrading the WordPress to the previous versions, but nothing seems to be working.

Strangely many of these comments are apparently stuck inside the post-edits and are not getting published under the posts.

I have consulted my hosting provider, even they couldn't troubleshoot the issue.

I would greatly appreciate if one of the experts here could help me sort out this issue.

I recently migrated my site from blogger to wordpress using "blogger importer extended" plugin. Everything has been completed without issues, except this one. Many of the posts are not showing the migrated comments under them, but when I check inside the "edit post" I am able to find all the comments intact and visible.

I have the comments box enabled inside the posts, and all the required fields correctly configured under the Discussion settings.

I have even tried disabling all the plugins, and even by downgrading the WordPress to the previous versions, but nothing seems to be working.

Strangely many of these comments are apparently stuck inside the post-edits and are not getting published under the posts.

I have consulted my hosting provider, even they couldn't troubleshoot the issue.

I would greatly appreciate if one of the experts here could help me sort out this issue.

Share Improve this question asked Dec 13, 2018 at 15:33 Swagatam MajumdarSwagatam Majumdar 12 bronze badges 3
  • WordPress just came out with a major update. I would suggest starting from a fresh new install of a version prior to 5.0, then re-importing all your content. It's likely that there could be issues migrating from anything non-WP to WP 5.0+. – WebElaine Commented Dec 13, 2018 at 15:39
  • Thank you for your reply, since I have made many changes and improvements in my website after the migration, I may have to repeat all those improvements again if I repeated the procedures, which can be a lot of hard work. Moreover I have many new comments added in the present wordpress that would be lost, so it is a difficult decision. – Swagatam Majumdar Commented Dec 14, 2018 at 1:02
  • To salvage it now you may have to comb through the database and figure out whether the comments are saved in the right place, in the right format. – WebElaine Commented Dec 14, 2018 at 14:53
Add a comment  | 

1 Answer 1

Reset to default 0

As you have said that you have already tried disabling plugins and consulted hosting provider, there must be an issue with the WordPress version. Would you please tell me the version number? Today, v5.0.1 has been released. You should try installing it.

Post a comment

comment list (0)

  1. No comments so far