Overiding page templates in a child theme
I have a child theme set up and I want to make some customizations to the file single-pack.php.
I added a file with the same name to the folder "includes" inside my child theme but it still displays the content of the file in the parent theme.
What do I need to do in order for the file in the child theme to be used as the template?