What happens when you do one of the approaches like what was mentioned in the thread you linked to?
Alrightly, overriding the template is the way to go, but depending on the theme you’re using, it may already be overridden.
https://github.com/Automattic/WP-Job-Manager/blob/master/templates/content-job_listing.php#L19 is where that’s coming from on our end. You can override the template following the instructions here https://wpjobmanager.com/document/template-overrides/
You can basically copy and paste the entire original file, then modify/remove the line 19 that adds the time diff.
@brandon Kraft,
Ah thx i didnt know what i did but its correct now!
Now when the overview public listings i dont see a date anymore thats good!
But now when i click on a listing and when it opens on top there is the date again. Is there a other file that i need to edit?
See screenshot:
[IMG]http://i67.tinypic.com/54vl2h.png[/IMG]
Is there a other way for this one, because it wont work?
@brandon Kraft, are u there?
Hi,
Please don’t bump responses—it ends up taking us longer to respond. In this case, we were away last week: https://wordpress.org/support/topic/delayed-support-response-times?replies=1
It’s possible your theme is already overriding the template so you need to check there.