Add a job post feed
Make sure the plugin is installed and activated. Check the «View Cache» menu in the plugin to verify that the plugin has fetched data.
Easily incorporate job posts into your page template using a loop, similar to the WordPress post loop:
Additional options
Limit number of jobs in feed
You can limit the number of job posts in the feed by adding a limit count (integer) to the have_jobpost
function. You only need this when checking if feed has posts.
Reset loop - If adding multple loops on your WordPress site.
Call the reset_jobpost_loop()
method before calling a new loop.
Read more on this page:
Check out our starter template
Last updated