diff --git a/archive-post-order-plus.php b/archive-post-order-plus.php index 200754a..124f371 100644 --- a/archive-post-order-plus.php +++ b/archive-post-order-plus.php @@ -40,6 +40,7 @@ function apop_register_my_styles() { wp_enqueue_style( 'jq_ui_css', APOP_PLUGIN_URL . 'css/jquery-ui.css' ); wp_enqueue_style( 'hrc_post_style', APOP_PLUGIN_URL . 'css/apop-style.css' ); wp_enqueue_script( 'jquery-ui-sortable' ); + wp_enqueue_script( 'jquery-ui-autocomplete' ); wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' ); }