Hi, is there a shortcode/widget to output the search results (NOT show Search bar) on a page, with pre-selected filters?
Eg I have a CPT>Category as Tutors>Physics Tutors, and I have a custom field “Online classes available?” (key: online_classes) which is set Yes/No.
In search bar i can set the cpt/category and select the custom field and get search results.
However, I want to show these results not as a search results page, but as part of another non-GD page – just the listings, not the full search page (NOTE – i do not want a user search term input, it is just basis custom field value)
This could be done using gd_listing shortcode also,if i was able to use custom field as a parameter in the shortcode as [gd_listings cpt= gd_tutors category=”Physics” online_classes=”Yes”]
Any suggestions on how i can achieve this?
thanks,
Vivek