creating a child theme – header not updating
-
Hi there,
I am trying to add some custom code to my header.
I have found that the file I need to edit is in /onepress/inc/template-tags.php. This updates when I use this parent file, however I am trying to use a child theme to edit this.
I have created and activated the child theme, however the changes I am making are not updating.
I have duplicated the following file, so it is in:
/onepress-child/inc/template-tags.phpbut I’m not having any luck seeing the changes.
This is the specific line I am changing:
<header id="masthead" class="<?php echo esc_attr( join( ' ', $classes ) ); ?>" role="banner">TEST
Am I doing something wrong here?
Any ideas would be appreciated. Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘creating a child theme – header not updating’ is closed to new replies.