• Hello,
    I want to know that where the custom pages(the pages which I have created from wordpress admin from pages module) are get stored in wordpress folder? Any help would be appreciable. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Pages you create from the administration panel aren’t “stored” in the literal since. By that I mean you can’t create a page called “Foobar” and then go into your WP folders and find a Foobar.php.

    WordPress uses a template system. The template files provide the underlying PHP/HTML “framework” for the display of pages, posts, etc.

    So when you create a new page, no matter what page it is, WordPress looks to a template file to control display of that page. It may use the default template (page.php) or it may use a custom template created by you or your theme.

    Perhaps if you let us know what it is you’re trying to do, we can point you in the right direction.

    Pages and posts and revisions and attachment data are stored in the wp_posts table.

    As asechrest explained, then the WordPress templates (sometimes called WordPress files), retrieve pages and posts from the database and display that information.

    See Database Description

    What if I wanted to create a page, and have it appear in the administration panel? Where would I store that page? From what I am reading here, that is not possible to do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where custom pages are stored in wordpress?’ is closed to new replies.