Unable to change post content through phpMyAdmin
-
I’m trying to correct a few typos in a post and want to do that directly in the database. Reason being that if I would do that in WordPress, it changes the post’s modified date and the post moves from its original date to the current date (so in my theme, it’s displayed as if it was posted today).
I noted the post ID in WordPress, opened the wp_posts table in phpMyAdmin, look up the post with the same ID, verify it’s post_status is set to “publish” and edit the post_content field. Save it by clicking “Go” at the bottom (while the drop down is set to “Save”).
When I look at the page in a browser, nothing has changed. Oddly enough, on my site’s home page (where it displays the first few lines of every post) the changes are visible. Just not on the page itself.
It’s not browser caching (tried different browsers, cleared the cache, etc). WordPress is not using a cache plugin, nor is my server.
So what could be wrong?
- The topic ‘Unable to change post content through phpMyAdmin’ is closed to new replies.