hello! I am going to use the Search & Filter plugin in my enfold theme, but I do not how to do the second part of this:
1. To display Search & Filter all you need to do is a use a shortcode:
[searchandfilter taxonomies=”category,post_tag”]
This will display a search box, a category dropdown and a tag dropdown. You can use the shortcode within posts/pages and widget areas.
2. To use this within a theme file you simple need to call the do_shorcode
function with the shortcode above within the theme file:
<?php echo do_shortcode( ‘[searchandfilter taxonomies=”category,post_tag”]’ ); ?>
thanks!!
Hi!
You can try using SearchWP Plugin, implementation here – http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
or Relevanssi, implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Regards,
Yigit
Hey!
maybe this could help you: http://www.designsandcode.com/wordpress-plugins/search-filter-pro/
Best regards,
Andy
Hi!
if you want to customize your design please contact for example envato.com.
I can’t open the two links you have posted. It’s not loading for me … please check.
Regards,
Andy