Hi
this is a concept questions that I didn't resolved yet.
I am using Views and Types for a long time.
for example, if I need a "Press Releases" section in the site:
1. I create a custom post type "Press releases"
2. I create a Content template for a single PR item in a list
3. I create a view "PR-list" to create the list of the PRs item in the "Press releases" page
http://lucidlogix.tweendev.com/whats-new/press-releases/
now,
if someone click on a single PR in the list page – he see the full single PR page :
http://lucidlogix.tweendev.com/press-release/lucidlogix-and-cellguide-to-merge-creating-a-software-powerhouse-targeting-the-rapidly-growing-space-of-integrative-solutions-for-mobile-devices/
inside this page – at the right-top you will fined the breadcrumb
the second link in the breadcrumb is "press release"
clicking on it taking you to this page: http://lucidlogix.tweendev.com/press-release/ (I think this is the archive page)
and not to: http://lucidlogix.tweendev.com/whats-new/press-releases/
what I am doing wrong?