This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Implementing Shortcode Into Theme

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Implementing Shortcode Into Theme Reply To: Implementing Shortcode Into Theme

#8270
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Based on this file, this line is outputting the default search form (line 85 on my screen):

[php]<?php get_search_form(); ?>[/php]

Try replacing that with the search PHP shortcode:

[php]<?php echo do_shortcode(‘&#91;wpdreams_ajaxsearchpro id=1&#93;’); ?>[/php]

Don’t forget to replace the the “id=1” to the correct search ID in the shortcode, in case you have created multiple search instances.