Hello everyone.
I love enfold, but I really really really hate that I cannot choose between where too put my scripts (in the head or the body).
The theme be default puts the script in the body section, and that’s so 1999!!!
Could you please please please make it an option to choose where to put tracking scripts???
Best regards
Hi nosuchagency!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_code(){
?>
YOUR CODES GOES HERE
<?php
}
add_action('wp_head', 'add_custom_code');
And request such field here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit