Go to your WP Admin Dashboad, chose Jobmanager , chose settings and then the second tab “Job Listings” There you can set the number of how many jobs should be loaded
-
This reply was modified 7 years, 1 month ago by
braehler.
Hello @shemakeswebsites
You can also add in shortcode [jobs]:
[jobs per_page=”10″]
Grettings,
Dariusz.
Thank you – but both of these responses are related to the [jobs] shortcode and listing. I am inquiring on the limit for the jobs dashboard. My current “Job Listing” setting is set at 10 – this shows accurately when using the jobs shortcode, but has no effect on the job dashboard shortcode.
The dashboard is where users would manage their listings from the front-end. Does anyone know how to adjust how much listings are shown in the job dashboard? The current amount shows 25 jobs per page.
Hi,
There is no shortcode parameter to change it. However, I think it’s a good idea, so I opened up an enhancement request for you here, for the developers:
https://github.com/Automattic/WP-Job-Manager/issues/1724
I suggest that you subscribe to that issue in case there are any updates from our developers. Thanks!
For the [job_dashboard] shortcode, there is the posts_per_page parameter you can use to change the number of listings per page.
For example, this will output 10 per page:
[job_dashboard posts_per_page="10"]
Great! Thank you for your help with this.