• Resolved thegradymac

    (@thegradymac)


    Hi,

    I have a Job Board with 600+ listings, all of which are created back end by admin, not the front end user.

    Recently, jobs have not been expiring when they are due to do so.

    I have read the forums and seen to install wp control and found the cron event “job_manager_check_for_expired_jobs” but no mention of this in my themes functions.php file?

    Any and all help would be appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    You can try:

    if ('preview' !== $post->post_status or 'expired' === $post->post_status):?>
    <?php esc_html_e( 'This job posting expired and applications are no longer accepted.', 'wp-job-manager' ); ?>
    <?php else:?>
    Full job offer
    <?php endif;
    • This reply was modified 5 years, 9 months ago by kibus90.
    • This reply was modified 5 years, 9 months ago by kibus90.
    • This reply was modified 5 years, 9 months ago by kibus90.
    • This reply was modified 5 years, 9 months ago by kibus90.
    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi @thegradymac , can you confirm that the cron job is actually running? You say you saw it in the plugin; can you share a screenshot here of what you saw? You can upload the screenshot to any image sharing service, and drop the link to it here. Thanks!

    Thread Starter thegradymac

    (@thegradymac)

    Hi all, it seems in the last few days the problem has resolved itself. Many thanks for the input.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jobs not expiring on or after expiration date’ is closed to new replies.