That will completely wipe out the company fields however I want to display these fields under another link not on POSt job
The snippet is for the frontend forms only; post and edit.
I posted that in function.php but sadly it doesn’t have any effect. I still see that employer can see company details in “Post a Job” or in editing profile
Can you screenshot what you are seeing please?
This is the screenshot of the Employer Dashboard
Image link
Company mission is not a core field -its being added by something else. Custom code, theme or field customiser plugin.
Thats where all fields are output yes, but the ‘company mission’ field is not a core field. Something else is adding it.. Core fields are name, tagline, logo, twitter
Just to clarify, unless you unset the methods like in my gist, the form will still try to validate the required fields. Removing the section from the template file is not enough.