Autocomplete JS
-
It’s no t clear to me wher I have to insert the 3rd block of code:
$wp_scripts = wp_scripts(); wp_enqueue_style('jquery-ui-css', '//ajax.googleapis.com/ajax/libs/jqueryui/' . $wp_scripts->registered['jquery-ui-autocomplete']->ver . '/themes/smoothness/jquery-ui.css', false, null, false );
that I found here: https://awhitepixel.com/making-autocomplete-search-in-wordpress-with-code/ . The first 2 blocks are one after the other, but the 3rd gives me doubts
The page I need help with: [log in to see the link]
- The topic ‘Autocomplete JS’ is closed to new replies.