Skip to content

Job Post Feed

The job post feed is the main way to display a list of all active job posts on your site.

Add this shortcode to any WordPress page or post:

[job_post_feed]

The plugin renders all jobs using a customizable HTML template. Edit the template and CSS from RecMan > Shortcode in the admin dashboard.

You can limit how many jobs are displayed by passing a count:

[job_post_feed count=10]

Display the total number of jobs to visitors:

<?= get_jobpost_count() ?> open positions

Enhance your job feed with filtering and search capabilities.