• Resolved hawkeye126

    (@hawkeye126)


    Awesome theme, need to include functions to the child theme functions file. I’ve uploaded:

    functions.php
    includes/*

    to the child theme root directory. I’ve had to remove functions.php in order for the site to work (it was white screening).

    Please help, I don’t think I’m including the files properly and I can’t add functions. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hawkeye126

    (@hawkeye126)

    Resolved by removing includes folder and editing functions so it *ONLY* contained my new functions ie:

    <?php
    
    /*custom functions*/
    
    ?>

    So glad you posted this. It saved me so much time. Thanks for coming back and describing the resolution.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't use functions file in Child Theme’ is closed to new replies.