Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #563843

    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

    #563999

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.