If you want to display only the Search Panel, then simply put the below shortcode in your Home Page.
[wbg_single_search url='demo']
* Note: Here url=’demo’ in the shortcode is the slug where you want to redirect your visitors after they click on the Search button.
If you want to use the Reset button in the search panel then you need to use the below shortcode option:
[wbg_single_search url='demo' reset_button=1]
Hence, if you want to hide an item from the Search Panel then simple use the below shortcode options:
* To hide Title/Book Name:
[wbg_single_search url='demo' display_title=0]
* To hide Category:
[wbg_single_search url='demo' display_category=0]
* To hide ISBN:
[wbg_single_search url='demo' display_isbn=0]
* To hide Tags:
[wbg_single_search url='demo' display_tags=0]
* To hide Years:
[wbg_single_search url='demo' display_year=0]
* To hide ISBN-13:
[wbg_single_search url='demo' display_isbn13=0]
* To hide Language:
[wbg_single_search url='demo' display_language=0]
* To hide Authors:
[wbg_single_search url='demo' display_author=0]
* To hide Publisher:
[wbg_single_search url='demo' display_publisher=0]
* To hide Format:
[wbg_single_search url='demo' display_format=0]
* To hide Series:
[wbg_single_search url='demo' display_series=0]