Forums

Call script on homepage only (2 posts)

  1. dsol828
    Member
    Posted 1 year ago #

    Hey folks.

    I'm trying to run a script (call to a JS file) on my homepage ONLY.
    <script src="http://MYjsFILE.js"></script>

    How would I include this? and what file would I have to include it in?

    Not sure if its important, but I'm using Magazine Basic as a theme.

    Thanks in advance!
    -Andre

  2. dsol828
    Member
    Posted 1 year ago #

    scratch that - think I've figured it out.

    <?php if (is_front_page()) { ?>
    <script src="http://MYjsFILE.js"></script>
    <?php } ?>

    That's what I've included in the "main index" page.
    Anyone have reason to believe that won't work?

Topic Closed

This topic has been closed to new replies.

About this Topic