• Hi,

    Just wondering if anyone knows how I can put the job posting onto my homepage. Currently I have it set to produce posts from a certain category but I’d like to change this to display the latest job listings (the same as they appear on the main /jobs page – I’ve got them set to summary).

    I have a slider on my homepage and the content would need to go in below that.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m planning on adding a widget for version 0.6.0, due out mid Feb.

    If you’re okay with adding some custom code before then, you can grab a list of all the available jobs as so:

    $jobs = get_posts('post_type=jobman_job');

    This will give you an array of jobs. Have a look at the jobman_display_job() function in jobman-display.php:323 for how you can then process these jobs.

    Thread Starter rebecca33

    (@rebecca33)

    Great, thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Job Manager] How to show job listings as post stream on homepage’ is closed to new replies.