Automattic / WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
https://wpjobmanager.com
GNU General Public License v3.0
895 stars 366 forks source link

Allow employers to schedule job listings from the frontend. #2699

Closed pgk closed 6 months ago

pgk commented 6 months ago

Fixes #1901

Changes Proposed in this Pull Request

Testing Instructions

Release Notes

New or Updated Hooks and Templates

*

Deprecated Code

*

Screenshot / Video


Plugin build for 9efb75d4096a334cde119cd56dcae2a8ed8b4be2
📦 Download plugin zip
▶️ Open in playground
pgk commented 6 months ago

"Posted" (admin) and "Date Posted" (job dashboard) column headers look a bit weird with a future timestamp. Should we change these to just "Date"?

I like that, and it is also what WP does for "normal" Posts!

pgk commented 6 months ago

And looks like the calendar in the job submit forms allows dates in the past. Not sure if we can pass options to it, if it's not easy it's fine not to fix.

I will open a separate issue for this.