• i need to add an iTune script just before the </footer>. the problem is i’m not sure how to add it in my theme’s footer.php file because there is no html <footer> code to add it before.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter thealexangroup

    (@thealexangroup)

    Follow up, here’s what my footer.php code looks like. can i place script before the </body>… or after it?

    <?php if(imwb_videopress_get_option(‘hidefooter’) == ‘N’) { ?>
    <div id=”footer-wrapper”>
    <div id=”footer” <?php imwb_videopress_footer_sidebar_class(); ?>>
    <?php
    get_sidebar( ‘footer’ );
    ?>
    </div>
    </div> <!– #footer –>
    <?php
    }
    wp_footer();
    ?>
    </body>
    </html>

    If it’s a script ( <script ) you will want it just above the </body> tag.

    Thread Starter thealexangroup

    (@thealexangroup)

    i love it when ‘stuff’ works on first shot ?? thanx for clearing up my “duh” moment. awesome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no html code in footer php’ is closed to new replies.