Editing job post form
-
Hello all.
I’m looking for someone that could help me with how to remove the ‘company section’ from the job posting form. I would also ideally like to remove the ‘remote/on’site’ options and just have location.
I’ve seen this code online, but not sure where to put it, and where I have put it it doesn’t seem to do anything:
<em>`add_filter( ‘submit_job_form_fields’, ‘gma_custom_submit_job_form_fields’ );
function gma_custom_submit_job_form_fields( $fields ) {
unset($fields[‘company’][‘company_name’]);
unset($fields[‘company’][‘company_website’]);
unset($fields[‘company’][‘company_tagline’]);
unset($fields[‘company’][‘company_video’]);
unset($fields[‘company’][‘company_twitter’]);
unset($fields[‘company’][‘company_logo’]);return $fields;
}`The page I need help with: [log in to see the link]
- The topic ‘Editing job post form’ is closed to new replies.