DISQUS

Connected Internet: WordPress Pages – Where Are They Stored In MySql?

  • Sridhar Katakam · 2 years ago
    WordPress pages are stored in wp_posts table.

    All pages' post_status column values will be static.
  • Everton · 2 years ago
    For some reason they weren't in my backed up tables. I had a better idea to restore though - I used Google cache to get the old content and I just recreated the pages. Luckily I did it before the cache updated as Google tend to crawl my site everyday
  • Ulysses Ronquillo · 2 years ago
    Yes, the WordPress Pages are stored in wp_posts table, but they are in the "post_type" column with the value of "page" instead of the example above.

    Hope that helps.