I am desperate!
Along the lines of Job Hunt, but without a plugin. I am building two CPT:
Companies
Jobs
On the single page “Company” with template from Job Hunt and Flex Builder I only want to see the jobs from exactly this company.
Settings:
Category filter: Taxonomy: Current taxonomy
Show child posts
But what is this “Current Taxonomy”? I try to built with CPT a taxonomy Company_name. Now give the job and the company the same company name. Nothing happens. Frontend: “No posts”
Translated with DeepL.com (free version)
Hello!
You shouldn’t use a filter, but specify the post type from what to search for example:
https://app.screencast.com/uAz0rN7jWG5b4 -> https://app.screencast.com/yYEin1pIDSVyI
Thank you!
Yes, I am well aware of that. I have set the posttype to ‘Jobs’. But that’s all the jobs on the platform. I only want to display the CPT jobs of THIS company on the page of ONE company.
Maybe I’m on the wrong track.
A contribution from the CPT ‘Company’, i.e. the company with the name XYZ, is not a category. Even if I select ‘Child’ and current category, unfortunately no jobs appear
Hello!
If you access the company from here: https://demo.tagdiv.com/newspaper_job_hunt_pro/tdcpt_companies/fusion-technologies/
and apply the flex block builder, for example, with a custom module with these settings: https://app.screencast.com/OrrI3dFicqQI5
Then you should get a job at your current company. It is like a category, but CPT.
Is this what you need to achieve or not?
Thank you!
Is it possible that there is a bit PHP or CSs in the Job Hunt Plugin? My settings are like your screenshot. But i don´t use the Plugin. I generate my own CPT Jobs and Company.
In the original template, there is in the section tabbed content the PAge No. 1825 linked.
Where do i have to built this page? At the “normal” wordpress pages? Or in the area of CPT Jobs or CPR Company?
Sorry for my questions.
I’m working my way towards the problem. The ‘Sample Field’ is missing in the jobs, but I don’t currently see the company name there. How do I get the company name in there with the link to the company? If I create an ACF field, there is only a static text. I think this is my missing link between a CPT job and the corresponding company
Hello!
No. The structure of the CPTs is in that demo’s plugin. So, in our demo, the jobs and the companies are 2 CPTs. When you post a job, you will choose the company as well: https://app.screencast.com/pIS1kRZMOJ9ZV
The page is a normal WordPress page and should be found in the Dashboard -> Pages. You can also create a new page, edit it with the tagdiv Composer, and add the page ID in the shortcode of the company template.
No worries. I’m here to help you!
Thank you!
But, can i solve the problem without the plugin?
I learn now, i need to select a company in the CPT “Jobs”. But how shall i make the Company name from CPT Company a taxonomy for the job?
PS: Especially because we plan to import the jobs via an XML feed in the future.
Hello!
Yes. Only the ACF plugin is required to work well.
It would help if you went to the ACF settings, and from CPT permissions, you need to enable the option “can export.”
You can edit your taxonomies and choose the post-type job or Company there.
More info here: https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/
If you import JSON valid CPTs in ACF plugin, you can see them in the Cloud Templates and assign a CPT template. When you post a job, you will choose the company as well: https://app.screencast.com/pIS1kRZMOJ9ZV -> https://app.screencast.com/vCqN2tou5AKX3
You shouldn’t do anything on the back end.
Thank you!