PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Disable JQuery call in footer

  1. tinker
    Member

    How do I disbable the jQuery call in the footer made by the plugin? I need JQuery sitting in the head only, why is probably not important for this request.

    I already have jQuery called in the head and need to disable the footer call please.

    Posted 12 years ago on Tuesday March 13, 2012 | Permalink
  2. Richard Vav
    Administrator

    You will need to deregister jquery by placing the following code before the wp_head() call in your theme

    <?php wp_deregister_script(‘jquery’); ?>
    Posted 12 years ago on Tuesday March 13, 2012 | Permalink
  3. tinker
    Member

    Thanks but that didn't work. Note I am trying to remove the jQuery call in the footer inserted by the Gravity plugin.

    I do not want to remove the call to jQuery in the head.

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  4. tinker
    Member

    Forget my previous post. It worked once I removed the quotes from your code.

    Thanks.

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink

This topic has been resolved and has been closed to new replies.