• Hello !

    Is it possible to have two list of jobs with different URL path ?
    I need to divide the list of job in two sections.
    The better solution could be to have hierarchical categories,
    but, after many searches, i understand that it is not possible for the moment.

    for the moment, i define the two categories i want to be the parents as fields (job_field1 & job_field2), and i use them to organize the content in two <div>

    here is my code i use in Job List Template :

    <div class="bloc_entreprises">
    <h2>Entreprises</h2>
    [job_loop]
    [if_job_field1]
    <div class="job[job_row_number] job[job_id] [job_odd_even]">
    <p class="job[if_job_highlighted] highlighted[/if_job_highlighted]">
    [job_link][job_title][/job_link]
    [if_job_categories][job_categories][/if_job_categories]
    [if_job_field4][job_field4][/if_job_field4]
    [job_field5] [job_field6]</p> <!-- CP Ville -->
    </div>
    [ri_plus]
    [/if_job_field1]
    [/job_loop]
    [if_rj_plus][rj_plus][/if_rj_plus]
    </div>
    
    <div class="bloc_etablissements">
    <h2>Etablissements</h2>
    [job_loop]
    [if_job_field2]
    <div class="job[job_row_number] job[job_id] [job_odd_even]">
    <p class="job[if_job_highlighted] highlighted[/if_job_highlighted]">
    [job_link][job_title][/job_link]
    [if_job_categories][job_categories][/if_job_categories]
    [if_job_field4][job_field4][/if_job_field4]
    [job_field5] [job_field6]</p>
    </div>
    [rk_plus]
    [/if_job_field2]
    [/job_loop]
    [if_rh_plus][rh_plus][/if_rh_plus]
    </div>
    
    [if_job_page_count]
    <div class="job-nav">
    	<div class="previous">[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div>
    	<div class="this">Entreprises [job_page_minimum]-[job_page_maximum] de [job_total] </div>
    	<div class="next">[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div>
    </div>
    [/if_job_page_count]

    Do you have an idea ?

    (sorry for my vocabulary, i’m not a good english-speaker ^^)

    https://www.ads-software.com/extend/plugins/job-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter guim06

    (@guim06)

    Is-ti possible to have two installations of this plugin on one wordpress ?

    Oh guim06, that’s quite clever. I must try it out – would be useful to keep volunteer positions away from paid positions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Job Manager] Two or several Job List’ is closed to new replies.