Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #236227

    Hi,

    I just edited some stuff in my functions-enfold.php file in my child theme but it is not working.
    Please help. My edits will be lost if there is a future update

    • This topic was modified 10 years, 8 months ago by f dech. Reason: typo
    #236602

    Hey f!

    A child theme version of functions-enfold.php will not replace the parent because the file is included in the parent at the end of the functions.php file.

    You can add the function as a whole to your regular child theme functions since the functions all have checks to see if that function has been created already and the child theme functions.php runs first.

    Cheers!
    Devin

    #237573

    great just did as you described and it is working perfect now ;)

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘functions-enfold.php not working in Child theme’ is closed to new replies.