Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 23, 2020 at 8:04 pm #1269607 samanthasheaParticipant I need to add a Google Search Console Code there but it doesn’t appear to exist. I am using Enfold Child and can only see functions and style December 24, 2020 at 7:18 pm #1269776 VictoriaInactive Moderator Hey samanthashea, You can add the code in the functions.php file like this: function add_ga_code(){ ?> <script> //your code here </script> <?php } add_action('wp_head', 'add_ga_code'); Best regards, Victoria Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In