Add Fields with Sub-Fields to WP Job Manager

I see a few things missing in your snippet/code.

  1. Each field (your location ones) need to include priority:

    'priority' => 19,

  2. You defined ‘type’ as ‘location’ but did not define that field type. The repeated files in resume manager where you based this code on defines template files for education, experience etc. To define your own filter on ‘job_manager_locate_template’. Quick example https://gist.github.com/mikejolley/76d8b538fe489377793b You’ll need a template file for each of your repeated fields. We may make this simpler in the future, but as I explained via support, repeated fields are new 🙂