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

    A lead generation app wants their tracking code in the footer. I’m using a child theme arrangement. Where would I put this code? They are recommending using Appearance>Editor to add the code.

    #1131967

    Hey MtnStreamGroup,

    You can go to Appearance>Editor and add it to the footer.php file. Or you can use this snippet to add the code:

    
    add_action('wp_footer', 'add_tracking');
    function add_tracking(){
    //your code here
    }
    

    Best regards,
    Victoria

    • This reply was modified 5 years, 2 months ago by Victoria.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.