Thank you @braehler & @michaelnutt
I did a little digging and found an earlier post utilizing CSS to hide the locations field:
https://ww.wp.xz.cn/support/topic/publish-jobs-without-showing-the-location/
I’ve modified it to hide the posted field and it seems to of had the desired result.
Any concerns with this approach?
ul.job_listings li.job_listing a li.date
{
display:none;
}
Thank you for the quick reply @braehler
Unfortunately this isn’t working.
Any other suggestions?