By ggarry on
Hi, I want to use drupal for a travel site. I want my layout like
home > Travel Guide > South Country > Town 1
home > Travel Guide > South Country > Town 2
home > Travel Guide > North Country > Town 1
etc
On the south/north etc country page I want it to be formated so there is a photo and a couple of lines of text and a link to the town.
I have been playing around with menus for a few hours and can't figure out how to achieve this, any help?
Also is it possible to add extra fields to certain categories, i.e for the town pages I would like to add some key words like beach/historic sites/etc so I can build a page on beach towns etc.
Comments
As a first approximation
As a first approximation answer, here's what I would look at:
You could create the site like that, for example by using a Taxonomy with the hierarchy you suggest.
To add fields to nodes, create your own content type, and add those fields in the content type you design.