Archived topic
Custom Post Type - Do I Need To Make A Child Theme?
3 replies · Started by Mark on March 8, 2019
Viewing posts 1–4 of 4
Hi
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?
Hi there,
yes you will need a Child Theme. Any changes made within a parent theme will be overwritten when the theme is updated.
Thanks.
You're welcome
This archived topic is closed to new replies.