I want to create a custom post type by copying the the page.php file and re-naming it to page-members.php. I don’t need single posts, just a page to list the members.
Do I need to create a child theme to do that, or can I just add page-members.php at the same level as page.php?