Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6958021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:05:11+00:00 2026-05-27T15:05:11+00:00

From my previous problem I have discovered I have to move one single plugins

  • 0

From my previous problem I have discovered I have to move one single plugins script to be loaded in the footer rather then the header (o other items can load first)

Is there a way (either in wordpress, or the actually plugin) to tell it to send one plugin to load in the footer somewhere? Maybe the location where ever it gives instructions to load in the header can be changed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:05:12+00:00Added an answer on May 27, 2026 at 3:05 pm

    The last argument for wp_enqueue_script is a Boolean whether to load the script in the footer:

    Normally scripts are placed in the <head> section. If this parameter is true the script is placed at the bottom of the <body>. This requires the theme to have the wp_footer() hook in the appropriate place. Note that you have to enqueue your script before wp_head is run, even if it will be placed in the footer.

    http://codex.wordpress.org/Function_Reference/wp_enqueue_script


    So, use this before the head is outputted:

    wp_enqueue_script( 
        'handle_name',
        'source/file/path',
        array('some_dependency'),
        '1.0'
        true // <-- this is what sends it down to the footer
    );
    

    Then add wp_footer() before closing off the body:

    <?php wp_footer(); ?>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem following from my previous problem . I also have the
Following on from my previous question [link text][1] , I have a new problem.
Hi i have a problem with pasing values to one class from other. Basically
This problem follows on from a previous question . When I run the following
RESOLVED From the developer: the problem was that a previous version of the code
Note: This question has broadened in scope from previous revisions. I have tried to
From a previous question I have seen that the CLR has workstation and server
I have simplified what I am trying to achieve from my previous question. This
This is a continuation question from a previous question I have asked I now
This is a separate problem lingering from a previous question I asked here on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.