Wordpress - 在 wordpress 的 phpmyadmin 中手动更新 mysql table 后,实时 post 反映了更改,但 post 编辑器没有

Wordpress - After manually updating mysql table in phpmyadmin for wordpress, the live post reflects the changes, but the post editor does not

每年我们都会用新数据更新 post。比如2018年最适合居住的地方。

今年我正在尝试编写一个 python 脚本来更新 mysql 中的 post_content 这样我们就不必进行大量的复制和粘贴到 html post编辑.

但是,作为测试,我在 phpmyadmin 中手动更新了 wp_post 一篇文章。更新后,会发生以下情况:

  1. mysql table 正确更新。我可以导出带有更改的 table,它们都在里面。
  2. LIVE 文章已更新。
  3. 但是,当我在wordpress的post编辑器中编辑文章时,它仍然显示以前的版本。
  4. 因此,如果我在 post 编辑器中保存 post,它将恢复为旧版本。

我完全没思路了。我已经用谷歌搜索了几个小时,但似乎没有人 有这个问题。

关于我的设置的更多背景信息:

这是工作页面的 link: https://www.homesnacks.net/best-places-to-live-in-georgia-122131/

最终连接到 wordpress API: https://developer.wordpress.org/rest-api/

这些教程很有帮助