Copy and paste this global function into your themes header.php file to replace any existing search function. (Be sure to delete the existing WordPress, WooCommerce or Theme search function)
- Code: Select all
<?php
$ps_echo = true ;
if ( function_exists( 'woo_predictive_search_widget' ) ) woo_predictive_search_widget( $ps_echo );
?>
but if I in wp-content/themes/BikeStore header.php open I can see:
can you help me?
https://a3rev.com/forums/topic/predicti ... -template/