• Resolved Ryanjjames

    (@ryanjjames)


    I love the plugin, but am having some issues with the jquery in <head>. I have placed the following script into <head>:

    <script type="text/javascript"
    src="http://gdc.indeed.com/ads/apiresults.js"></script>

    This does not fix the search box – when people enter their search terms, the list of jobs does not change from the entire universe of jobs.

    Can you tell me exactly how to bring wp_enqueue_script("jquery"); into header.php?

    http://wordpress.org/extend/plugins/indeed-api/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure if you’re still looking for help with this but your head.php file should look like this
    <head>
    ….
    <?php wp_enqueue_script(“jquery”); ?>
    <?php wp_head(); ?>
    <script type=”text/javascript”
    src=”<?php bloginfo(“template_url”); ?>/js/yourScript.js”></script>
    </head>

    Thread Starter Ryanjjames

    (@ryanjjames)

    I hired somebody on Elance to fix it. Thanks anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jQuery’ is closed to new replies.