Hi,
Thanks for getting in touch.
You can set parent page data in import step 4 => Other Page Options => Page Parent
If you face any issue then please mail me on [email protected] with your issue with details. I will provide solution in minimum time.
let me know if you have any questions.
Thanks and have a nice day
Thread Starter
Puneet
(@puneet234)
Okay, and if I want to select parent post for cpt behalf on custom field value then how to accomplish this task?
For example – My custom fields have COMPANY, POST_NAME field name and have Values GOOGLE, Software Engineer so I want to make this post as child post of the GOOGLE (this is a parent post and has COMPANY CF with GOOGLE value) post.
url – example.com/company/google/software-engineer/
-
This reply was modified 4 years, 9 months ago by
Puneet.
Hi,
You have to set post slug and post parent. all other things are handle by WordPress
Thanks
Thread Starter
Puneet
(@puneet234)
It’s not working, by the way why the dropdown option is not available for CPT posts like pages?
I try to set post slug in the slug input option but the plugin creates slug and removes / (slashes) to create child posts.
Hi,
you have to set only slug not complete URL. in your given URL slug is software-engineer
URL is set by WordPress automatically based on permalink settings.
Thanks
Thread Starter
Puneet
(@puneet234)
Let me clear first –
CPT – company
CPT Post slug – google (Parent Post)
CPT Post Slug – software-engineer (Want to set child post of google)
<hr />
My attempts –
1. – /google/software-engineer/
output – example.com/company/google-software-engineer/
2. – /software-engineer/
output – example.com/company/software-engineer/
Note – Software Engineer and Google values are fetching from XML file automatically because there are 100’s of company data available in the xml file.