How do I modify core theme files for my child theme?

Say for example I want to modify something in:

/x/framework/views/integrity/content.php

How do I reflect that in the child theme? Thanks.

Hello There,

Thanks for posting in!

Since your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

To make your changes in the content.php file, please follow the following steps below:
1] Please download /x/framework/views/integrity/content.php file to your computer
2] Insert all the necessary changes you want to make in the file
3] Save your changes in the file.
4] Upload this file to your server in the child theme’s folder wp-contents/themes/x-child/framework/views/integrity/content.php

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.