replace default search with AWS
-
hi, i have added the following code to the bottom of theme’s functions.php
add_filter( ‘get_search_form’, ‘aws_search_form’ );
function aws_search_form( $form ) {
return do_shortcode( ‘[aws_search_form]’ );
}however it’s still not working. I am using Pharmacy template from themeforest. Could help?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘replace default search with AWS’ is closed to new replies.