Discover the best job board themes for online success. Learn about key benefits, top themes, important features, customization, and effective strategies.
Learn how to create a job board website step-by-step. From planning and design to marketing and monetization, this guide covers everything you need to know.
Boost your job posting visibility with our DIY Guide to Implementing Google Job Postings in WordPress. Step-by-step instructions & best practices to attract qualified candidates!
Need a cost-effective job board platform? Compare the best open-source solutions for building a successful, on-brand job board that connects job seekers and employers.
Tweak – In 1.21.0 we switched to GET ajax requests to leverage caching, however, due to the length of some queries this was causing 414 request URI too long errors in many environments. Reverted to POST to avoid this.
Tweak – flush_rewrite_rules after updates to ensure ajax endpoint exists.
Tweak – Use relative path for ajax endpoint to work around https/http.
Feature – Ajax loading history – back button will take you back to current position in the search. If you are on > page 1, a ‘load previous’ button will be shown so you can paginate either way.
Feature – Ajax file upload during job submission.
Feature – Cookie set when submitting a job to allow resuming if you leave the page.
Feature – job_apply shortcode to show application area in other places on your site.
Feature – Allow admin fields to be priority sorted.
Feature – Featured job widget.
Feature – Scroll to top on pagination click.
Feature – Option to “Hide content within expired listings”. If disabled, expired listings will be listed normally with applications disabled.
Fix – Prevent attachments being uploaded several times.
Fix – Expiry date on first save.
Fix – Relist should go back to form.
Fix – jquery.com CDN for CSS.
Tweak – Geocode street and street number separately.
Tweak – File upload field markup.
Tweak – Added filters around taxonomy definition.
Tweak – Chanced search logic/query to use the new meta queries in 4.1.
Tweak – Implement transient caching for searches.
Tweak – Removed wp_dropdown_user due to performance concerns.
Tweak – Use menu_order to make featured listings sticky. Improves performance.
Tweak – Retrieve AJAX jobs with GET rather than POST request to take advantage of more caching. Plugins looking for POST data will need to update to look for GET/REQUEST instead.
Tweak – Prevent themes that (sigh) mess with content hooks from breaking inputs.