Html to WordPress - Part 9 - Creating default Page - page.php

Опубликовано: 23 Март 2026
на канале: WordPress Tutorial
133
2

Blog: https://1wmedia.blogspot.com/

Steps:
1. In this lesson, we will see how to create default WordPress page.
2. Create page.php file in your theme folder.
3. Now, if you visit any page from your WordPress site, it will look blank.
4. Because your theme automatically take this page.php file for pages.
5. If you add WP code, then this file dynamically take care of your default new / existing WordPress pages.
6. Now copy your fullwidth.html code or copy which html file should be your default page and paste it into page.php
7. Cut off header and footer part and add WordPress code for get the header and footer.
8. Now add content part code.
9. That’s all. Now you have successfully created default WordPress page.