Displaying expired job posts
New in version 2.2.0 is the option to display expired job posts.
To show expired job posts on your wordpress site you first need to define the number of expired job posts you want the API to fetch.
To show a feed of expired job posts, you only need to replace the have_jobposts()
method with have_expired_jobposts()
. Like this:
Limit the number of job posts to display
You can also limit the feed by adding a count (integer) as the first parameter:
Remember to reset the loop
Remember that if you want to display multiple feeds on your WordPress site, you need to call the reset_jobpost_loop()
method before adding a new loop.
Limitation
Expired job posts will not work with filtering and search. Also, methods like get_jobpost_count()
doesn't count expired job posts. Permalinks does work.
Last updated