• Resolved l0ki

    (@l0ki)


    Hi,
    I have been using this plugin for a while. Good plugin. I couldn’t find an option to change job posted time format. In detail, when you post a job, the Job is displayed in job listing page. The job posted date is shown as a time difference, like posted n hours ago. Is it possible to change that to a date?

    • This topic was modified 5 years ago by l0ki.
    • This topic was modified 5 years ago by l0ki.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please add the below hook in your theme’s functions.php to display the date.

    add_filter('thjmf_toggle_posted_timestap', '__return_false');

    Hope this will help.

    Thank you!

    Thread Starter l0ki

    (@l0ki)

    That works. Thank you.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change job posted time format in listing page’ is closed to new replies.