In my theme's functions.php I had the following: function load_scripts() { wp_enqueue_script('jquery'); // ... other scripts } add_action('wp_enqueue_scripts' ...
確定! 回上一頁