• Hello,

    I need to change html in the header of my theme. The header is generated by a number of hooks. I can only find the html in functions.php. How do I change functions.php, and how do I do that to make it futureproof and safe from any updates overwriting changes?

    Any advice uch appreciated,.

    Thankyou

Viewing 1 replies (of 1 total)
  • Hi,

    If you add a functions.php file to your child theme, that ensures that it won’t get overwritten when future updates are made. Check out this article if you haven’t already seen it: Using Functions.php.

Viewing 1 replies (of 1 total)
  • The topic ‘Child theme structure question’ is closed to new replies.