Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Indeed API] jQuery

    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>

Viewing 1 replies (of 1 total)