Hi, I am using the free version of the plugin Search & Filter (http://www.designsandcode.com/wordpress-plugins/search-filter/) and I would like to know if it is possible to automaticly select a custom post type.
In exemple, I have created a post_type "Product" and I would like it select it automaticly. Or at least, is there any way to hide it so it would select "all" by default?
At the moment, I need to place this
[searchandfilter fields="search,category,post_types" post_types="produit" headings=",Catégorie,Post Types"]
And I would rather to this (Automatic post_type Product)
[searchandfilter fields="search,category" headings=",Catégorie"]
--
Second question : I'm also using Magic-field as my product creator and I would like to know if it is possible to had my custom fields into the search filter plugin. In exemple I created a checkbox list for prices. Is there any way to load it?
Any clue?