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

    Hello

    Added the Google Remarketing code in the Analytics box hoping it would work from there but it hasn’t. Please can you advise me as to the best place to put it.

    Many thanks

    #577498

    Hi sensiblekaren!

    What does the code look like? If it’s just a script then try adding this to your child theme functions.php file.

    add_action( 'wp_footer', 'enfold_customization_footer_scripts' );
    function enfold_customization_footer_scripts() {
    ?>
    add your scripts here
    <?php
    }

    Cheers!
    Elliott

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