Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 1, 2017 at 8:11 pm #741426 envatojlcParticipant What is the best method for inserting code into the header of every page of the Enfold theme? Thanks. February 1, 2017 at 8:22 pm #741427 YigitKeymaster Hi J! Please add following code to Functions.php file in Appearance > Editor function my_custom_code(){ //Your code goes here } add_action('wp_head', 'my_custom_code'); Regards, Yigit 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