An example showing how to filter a Drupal Views based on a "Community" taxonomy. A parameter pattern in the URL provides the content display filter. We use the "Short Name" value from our Community Taxonomy to filter page views.
Community Rosters, Calendars, Newsletters, can all use general purpose page View, with a simple URL filter. The short name patterns should follow an organizational naming schema, keeping any SEO needs in mind. The second position of the URL provides the parameter input. /about/{ %short_name% }, /newsletter/{ %short_name% }, /schedule/%, ...
Image