WordPress where are stored pages info

I can’t found in which mysql table are stored “Pages” records for example page name. I know that post records are stored in wp_posts table.

Related posts

Leave a Reply

4 comments

  1. check your data base table wp_post and field post_content which have longtext type. check the ping_status field should be open.

    post_content have the all data of the particular page and post.

  2. The title of a page would be stored in the wp_posts table

    But if you’re looking for the page-template in use by that page you would look in the wp_postmeta table for _wp_page_template in the meta_key column