Hello,
I have to create new ones within my site (follow the screens named in numerical order), now from the "post type" I will create the fields that will make up my template, so far so good.
I need to create relationships between the posts, for example Europe ---> Italy ---> Rome, then make everything about Italy appear on the Italy pages and then everything about Europe (establishing a my priority).
Another example in the pages with Amerca template ---> USA, I will have to see for example the USA templates followed by Canada and then Europe with England, Spain, etc...
How should I set these things up? through Taxonomies?
Hello. Thank you for contacting the Toolset support.
I need to create relationships between the posts, for example Europe ---> Italy ---> Rome, then make everything about Italy appear on the Italy pages and then everything about Europe (establishing a my priority).
==>
I would like to know, have you created the post types to store such structured data with which you can establish post-relationship.
For example:
- Europe (it will be a Region post type where you can add a post with title Europe and many other regions)
- Italy (it will be another post type "Country" where you can add a post with title Italy and many other countries)
- Rome (It will be another post type "City" where you can add a post with title Rome and many other cities)
Now, regarding post relationship between all those post types:
- Regions post type
- Countries post type (you should create one to many post relationship between Region (one) and Countries (many) )
- Cities post type (you should create one to many post relationship between Countries (one) and Cities (many) )
Does the above information fits into your needs or structure?
You should first create the data structure:
- post types, custom fields and taxonomies
then you should create post relationship between your post types and then you should try to add few content (posts) to your posts types and then you test if its working as expected as per your requirement.