I would like to create a Page that lists all current job vacancies on a company website. In the admin area there could be a list of all vacancies with checkboxes to determine which vacancies are current.
Has anyone ever seen a plugin that would achieve this? I'd settle for a decent hack, of course :)
Okay, so I bodged it. Created a Page called Vacancies with a bit of blurb about how we're an equal opportunities employer and how to contact us. Then assigned it to a Template called dynamic-vacancies.php which displays the blurb followed by a list of links to the children of the current page, the individual vacancies.
Then I can set the individual vacancy page to be Published or Pending Review, which controls whether the vacancy is displayed on the parent (vacancy list) page.
Hope this helps someone else.