• Resolved pauro

    (@pauro)


    Hi guys,
    I need to show joblist in the homepage/index.php of my site instead of showing it in a page. And not showing it by using sidebar widget but I want the list placed on the top of the index page,and perhaps with except of the job info appear on the list. Please help. Thank you.

    ps.I’m using Arras theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can select the Jobs Listing page as the Front Page (under General->Reading).

    Currently there are no shortcodes to display the job list wherever you want in any page, I’ll be adding that in a future version.

    Thread Starter pauro

    (@pauro)

    yes, agree, that’s one way to do it. But what about adding “regular php codes” (I don’t know the term for opposite of shortcodes). Could you tell me witch codes i have to use to hardcoding the page.

    thanks again for your help

    The following PHP should display the jobs list:

    $posts = jobman_display_jobs_list( 'all' );
    echo $posts[0]->post_content;
    Thread Starter pauro

    (@pauro)

    Nice,thank you, you are the man.
    Now all I have to do is find out how to limit the list onto few latest jobs.

    thanks again

    Do you have any ideea how to filter the job list to show only jobs from a certain category? I tried to put instead of “all” parameter the id of my category or the slug but no luck.

    Any ideas ?

    Thank you for your time.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Job Manager] Need help: job list in homepage’ is closed to new replies.