Site logo

Archived topic

How do I copy a template from parent theme to child theme?

1 reply · Started by Emanuel on March 2, 2021

Viewing posts 1–2 of 2

Hi,

I want to copy a template from parent theme to child theme. As usual, I recreated the path in the parent theme but, this doesn't work.

For example, I want to copy generatepress/inc/structure/header.php. I copied the content to generatepress_child /inc/structure/header.php but, the changes don't apply.

I don't want to use a hook. It happens for most files.

Do you have a solution?

Thx

Hi there,

inc/structure templates are not easy to overwrite within a child theme.
Whats the issue with using a Hook to insert your own content - if you can let us know what changes you want to make then we may have some options.

This archived topic is closed to new replies.