Hi there,
I'm bulding a simple blog site and I would like to organize the contents based on the destination, so I would like to create a Content tree like this:
Home
Travels
Continent
Country
Post
Guides
Continent
Country
Post
I would like to have 2 section in my blog: Travels and Guides, and the best will be have friendly URLs like these:
Which is the best practice, which Document Types should I have to create and how structure the Content tree?
Also: the Post type should have 2 properties: Continent and Country (a Content Picker editor) .. there is a way to logical connect them? (I mean: choosing first the Continent, then the Country based on previous selection).
The structure looks fine, question, why do you need Continent and Country picker if you have folders that contain these items? So you chose Continent and Country before you create a blog post by navigating to the needed folder.
Hi Alex, the Continent and Country have a template where there will be shown the list of children.
Example: the Europe page will show a list of european countries. Selecting a country the visitor could see a list of posts, filtered by Continent/Country.
These 2 pages has a different layout.
Home -> Travels (list of continents) -> Continent (list of countries) -> Country (list of posts) -> Post detail
Best practice for Content tree
Hi there, I'm bulding a simple blog site and I would like to organize the contents based on the destination, so I would like to create a Content tree like this:
I would like to have 2 section in my blog: Travels and Guides, and the best will be have friendly URLs like these:
Which is the best practice, which Document Types should I have to create and how structure the Content tree?
Also: the Post type should have 2 properties: Continent and Country (a Content Picker editor) .. there is a way to logical connect them? (I mean: choosing first the Continent, then the Country based on previous selection).
Thanks in advantage.
Hi Gianni
The structure looks fine, question, why do you need Continent and Country picker if you have folders that contain these items? So you chose Continent and Country before you create a blog post by navigating to the needed folder.
Thanks,
Alex
Hi Alex, the Continent and Country have a template where there will be shown the list of children.
Example: the Europe page will show a list of european countries. Selecting a country the visitor could see a list of posts, filtered by Continent/Country. These 2 pages has a different layout.
Home -> Travels (list of continents) -> Continent (list of countries) -> Country (list of posts) -> Post detail
is working on a reply...