I would like to have a button “More results” under search results which will go to a search results page with more than 6 results. How can I achieve that?
1) How can I add a button to link to more results page
2) Can I create a custom template for more results which will include
<?php echo do_shortcode("[wpdreams_ajaxsearchpro_results id=1 element='div']"); ?>
but then will still show only 6 results.
If you visit the site and click on the search icon in header you can see it.
How can I achieve that?
Thanks in advance.