Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s not one, but it’s pretty easy to add.

    frontend-shortcodes.php after line 86 add:

    case ‘job_posted_at’:
    return date(get_option('date_format'), strtotime($jobman_shortcode_job->post_date));

    Then in job-manager.php add job_posted_at to the $jobman_shortcodes array defined on line 50.

    Thread Starter Heritiana

    (@heritiana)

    kelliShaver > Thanks!

    great!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Job Manager] Date of publication’ is closed to new replies.