[ad_1]
[ad_2]
Hey reddit,
I’m trying to exclude a specific job type in my listings shortcode (an internal job listing as opposed to our normal external listings)
Is this able to be done? Currently the only shortcode I have is the show_filters=“false” so it’s currently showing everything
Thanks for the help!

hey, If the job types are categorized using a taxonomy (e.g., `job_type`), you can modify your shortcode to exclude internal job types like this:
[job_listings show_filters=”false” job_types=”external”]
If you don’t have built-in support for excluding jobs via the shortcode parameters, you might need to hook!!