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

    Hello: I’d like to add a tracking script in addition to Google. Can I add that in the Google analytics field or is there a better place to put it?

    #280838

    Hey!

    Yes, you can put it here.

    If you want it in a different place, you can also use this code in functions.php:

    function custom_func() {
    ?>
    _code_here_
    <?php
    }
    add_filter('wp_footer', 'custom_func');

    Best regards,
    Josue

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