Create Original Theme in WordPress 3
At the last time, in “Create Original Theme in WordPress 2“, I designed pages of my original theme “techblog”. Today, I start implementing them.
GOAL
To study the name of PHP file for each page and create PHP files.
Environment
WordPress 5.5.1
XAMPP 7.4.10
The corresponding PHP files to items
I created these files.
- index.php
- page.php
- archive.php
- 404.php
- single.php
- sidebar.php
- header.php
- footer.php
- comments.php
- search.php, searchform.php
The all files are in https://github.com/s-nako/wordpressTheme/tree/main/techblog.
This is one of the simplest WordPress themes. I’ll customize it in the future.