I am creating a post type providing job news where I want a custom field to input the name of the Company stored in a separate post type. How to achieve that?
Second query: Is there any I can make a custom field for job locations picking up the value from Google places?
Second query: Is there any I can make a custom field for job locations picking up the value from Google places?
=> Toolset offer add on plugin Toolset map which allows you to store the address value to the custom field.
I am creating a post type providing job news where I want a custom field to input the name of the Company stored in a separate post type. How to achieve that?
Hi, you can use post relationships to relate posts in different post types. This is probably the most effective way to link two different posts. If you want a custom field instead, you would have to manually manage the field values. Each time a post is added or deleted, you would have to add or delete that post from the custom field options.
Is there any I can make a custom field for job locations picking up the value from Google places?
I'm not sure I understand what you mean, but there's no integration between Types fields and Google places. The address field offered in Toolset Maps is the only integration available. Can you show me an example, or provide some additional details?
Now for the second query, let me explain things with an example. Say there are two job opening at Mumbai and London. Now I want to integrate these places with my respective job locations without maintaining a separate database for places. Rather I would like to connect with Google places so that whenever there is a job at that place, I can populate the view.
Unfortunately no, there is no integration with Google Places. However you can use a distance-based filter to show jobs within a certain distance of any arbitrary location.