หน้า Home
หน้า Home คือ หน้าแรก เราสามารถเลือกหน้า Home ของเราได้จาก Page ที่เราสร้างไว้ หรือไม่เลือกก็ได้ โดยตัว WordPress จะเลือก File ตามลำดับ
- front-page.php
- home.php
- index.php
หน้า Post
- single-posttype.php
- single.php
- index.php
หน้า Page
- customtemplate.php
- page-slug.php
- page-id.php
- page.php
- index.php
โดย Custom Template นั้น เราสามารถสร้างขึ้นได้ โดยสร้าง File ขึ้นมาแล้วใส่ตรงหัวของ File ว่า
<?php
/*
Template name: XXXXX
*/
?>
Category
category-slug.php
category-id.php
category.php
archive.php
index.php
Tag
tag-slug.php
tag-id.php
tag.php
archive.php
index.php
ref. https://rabbitinblack.com/2012/09/wordpress-hierarchy/