Template Hierarchy for Child Theme Editing
I have created a child theme and can successfully edit all files from the main Vantage directory folder, but I am unable to edit any files that are within a secondary folder. For example, I am unable to edit any files within the "Includes" folder such as the widgets.php file. I have tried copying the file directly into the main directory of my child theme as well as creating a folder within the child theme named "includes" but the changes to the file in the child theme do not register.
If the Vantage location is:
< Vantage < Includes < widgets.php
Then what is the child location?
Neither '< Child < widgets.php'
or
'< Child < Includes < widgets.php'
seem to work.
Thanks.