Job Listing Sortcode – Reign WP Job Manager Addon

Get Started

The shortcode [jobmate_job_listing] is used to display job listings on any post or page. It comes with several parameters that allow customization of how job listings are displayed. The key parameters are as follows:

1. job_list_layout

  • Defines the layout in which job listings are displayed. The plugin provides the following layout options:
    • job-list-default-view: Displays the default listing view with a simple vertical list.
    • job-list-grid-view: Shows the job listings in a grid format where multiple jobs are shown in rows and columns.
    • job-list-card-view: Displays the job listings in a card view, where each job is presented as a card-like block.

2. per_row

  • This parameter sets the number of job listings shown per row. It only applies to the grid view and card view layouts.
  • Example: per_row="3" will display 3 job listings per row in grid or card view.

3. per_page

  • This parameter limits the total number of job listings displayed on each page.
  • Example: per_page="5" will display 5 job listings per page.

4. enable_slider

  • When this parameter is set (enable_slider="1"), it enables a slider view, allowing users to navigate job listings horizontally. This can be applied to both grid and card views.

These parameters allow for full control over how job listings are displayed, ensuring flexibility and customization on different pages.

job-list-default-view

[jobmate_job_listing job_list_layout="job-list-default-view" per_page="5"]

job-list-grid-view

[jobmate_job_listing job_list_layout="job-list-grid-view" per_row="3" per_page="6"]

[jobmate_job_listing job_list_layout="job-list-grid-view" per_row="3" enable_slider="1"]

 

job-list-card-view

[jobmate_job_listing job_list_layout="job-list-card-view" per_row="3" per_page="6"]

[jobmate_job_listing job_list_layout="job-list-card-view" per_row="3" enable_slider="1"]

Last updated: September 1, 2025