What is a good CMS to use for a Location Based Directory?
I am looking to create a site that contains a directory of places. Each place will include all the basic address information (Street, City, State, etc), and a short description. The 开发者_StackOverflow社区end user will be able to search the directory by State, Zip Code, etc. I was wondering what you would recommend as the best CMS to tackle this?
Thanks for your input!
Drupal with taxonomy.
Or simply create a new content type in Drupal as Place
. Define fields as State, City, Zipcode, etc. I haven't tried but, i assume Drupal does search in custom fields too.
精彩评论