Hi,
Since I cannot modify the menu bear, my theme has a search icon, for which the results are very basic, but I am wokring on that. What I am trying to do is somehow, include the ajax pro search into the results page. I thought I would try the line below, but I do not get any results. Can you suggest a better way as the search results page has no template to modify.
<div class=’page-heading-container clearfix’>
<section class=”search_form_field”>
<?php
do_shortcode( ‘wpdreams_ajaxsearchpro id=4’ );
// echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
echo “<p>”.__(‘Try Another Search’,’avia_framework’).”</p>”;
get_search_form();
echo “<span class=’author-extra-border’></span>”;
?>
</section>
</div>
Thank you