Where is the tag

  • theschoolphilly

    #8472

    looking to add some ads to my site and got this email on how to set it up, where is the </body> tag?

    “please drop this ad tag above the </body> tag on your page:

    <script type="text/javascript" src="http://cdn.fluidads.co/scripts/fluid/theschoolphillycom/default" id="FA_pubJS" async=1 defer=1></script>

    Anonymous

    #41237

    Try this plugin – http://wordpress.org/plugins/header-footer/

    If you are using a child theme, add this to child-theme functions.php,

    <?php
    function fluidads_ad_code() {
    ?>
    <script type="text/javascript" src="http://cdn.fluidads.co/scripts/fluid/theschoolphillycom/default" id="FA_pubJS" async=1 defer=1></script>
    <?php
    }
    add_action( 'wp_footer', 'fluidads_ad_code' );

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.