Changing a theme’s search function to only show results from woocommerce?
I’m not sure what the job_listing post type refers to – it’s probably part of a feature included in your theme – but in order to limit your search results by post type, the usual way to do this is by hooking into WordPress’ pre_get_posts action in your theme’s functions.php. Because you’re new to this, … Read more