Tagged: 

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

    They have given me a script to insert on my website before the </body> tag on all pages of my website. Where would I place it?

    #388410

    Hi ajw99!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_adroll(){
    ?>
    <script>
    REPLACE THIS TEXT WITH YOUR CODE
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_adroll');

    Regards,
    Yigit

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