• I cant for the life of me figure out how to properly load additional Jquery plugins, Ive read the documentation all over wordpress but its not helping, can someone please explain to me how to load these specific plugins, which I have loaded into the same folder as the Jquery main files, as they do not seem to be loading correctly. Ill put loads next to it if it loads, but obviously that text isnt in my actual code.

    <?php
                wp_enqueue_script('jquery');
                    wp_enqueue_script('jquery-ui-core'); LOADS
                    wp_enqueue_script('jquery-ui-tabs'); LOADS
                    wp_enqueue_script('interface'); LOADS
                    wp_enqueue_script('jquery.layout.min'); WONT LOAD
                    wp_enqueue_script('fg.menu'); WONT LOAD
                wp_head();
    ?>

    If anyone can show me how to properly load my additional JQ plugins, Id be eternally grateful.

    Thanks

  • The topic ‘wordpress loading additional jquery plugins with enque script help’ is closed to new replies.