• Resolved Joe

    (@joewa1980)


    WP Job Manager staff member Gabriel has confirmed that there is no way to display a list of open [jobs] and no way to display a list of all jobs out of the box without custom coding.

    I’m looking for a shortcode that displays jobs that have not reached their expiration date, and another that displays jobs that have.

    Many jobs in our board do not end in a filled/unfilled updated status so filtering them in this way is not applicable, nor does it distinguish between open and expired jobs.

    It seems this would be a useful function to have on a jobs board.

    Also a list showing jobs that have been applied to seems another no-brainer.

    Has anyone implemented their own custom code for the below functions:
    – display open jobs
    – display expired jobs
    – display applied to jobs

    • This topic was modified 6 years, 4 months ago by Joe.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Jen H. (a11n)

    (@jenhooks)

    Hey Joe!

    This should be possible with the following:

    Just expired: [jobs post_status="expired"]

    Just active: [jobs post_status="publish"]

    Also, the option “Hide Expired Listings” (under “Job Listings”) sets the default for whether or not [jobs] is just publish or publish,expired.

    The third one (jobs applied to) isn’t easy/possible with the jobs shortcode (especially because it is often/by default cached across all users).

    However, there is the candidate dashboard shortcode for that.

    Please let us know if you have any other questions.

    Thread Starter Joe

    (@joewa1980)

    @jenhooks …!!! You’ve come to the rescue yet again. Amazing. This should be published somewhere in the documentation, it’s invaluable. I can’t tell you how pleased I am with this little piece of information, thanks so much!

    Plugin Contributor Jen H. (a11n)

    (@jenhooks)

    Hi Joe! Glad to hear it. I’ll add it to my to-do list for getting into the documentation.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display open jobs, display expired jobs, display applied jobs’ is closed to new replies.