If I want to add code to functions.php file, do I just go to Appearance->Theme Editor; click functions.php that is found at the right of the screen under style.css; and add my code there?
Hello @eutaw,
Thanks for posting in!
You can only add PHP codes in your child theme’s functions.php file;
Hope this helps.
I added the following code in the child theme’s functions.php file and my website has completely disappeared. Please help. Website info is in secure section. I deleted the code I added, but sitll no website.
Please help me get my website back, I’ll forget about the child theme at this point. Thanks.
This is what the child theme functions.php file looks like. I added this line of code where you directed me.
functions.php starts here
<?php // ============================================================================= // FUNCTIONS.PHP // ----------------------------------------------------------------------------- // Overwrite or add your own custom functions to X in this file. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Enqueue Parent Stylesheet // 02. Additional Functions // ============================================================================= // Enqueue Parent Stylesheet // ============================================================================= add_filter( 'x_enqueue_parent_stylesheet', '__return_true' ); // Additional Functions // =============================================================================Please disregard this post. I figured it out.
Hi @eutaw,
It would be best to make the changes to the functions.php files through FTP so that you can easily undo what you have previously added to the file in case it will cause and error.
Glad to hear you got it sorted.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
