WordPress custom pages in a folder

Something like this: In your child theme, create a directory to hold your template files as desired; e.g. a “custom_pages” directory, with the according 10 template php files holding the code for these 10 pages inside, like my_page_1.php, my_page_2.php, and so on. Also in your child theme folder; you setup ONE template file like my_custom_page.php; … Read more