In Drupal I can have simple navigation such as
Home->Blog
But I want to more deep hierarchy like below:
Home->Product->ABCproduct list->When click any link on this list->ABC products detail individual displayed.
So my questions are:
- Is there a way to implement this without coding?
- In order to implement this, do I need to create new content type named Product? If yes,
Is there a way to create this content-type without coding?
Thanks in advanced.