I think I'm missing something essential here about WordPress, but is there a way to link a post type (custom post type) to a parent page?
For example, if I have an Article under a page called Resources:
http://www.econesthomes.com/our-resources/articles/
When I click to the single view of the article:
http://www.econesthomes.com/article/healthy-building/
The permalink loses it's structure. I figured out to fix this through the rewrite function, but this does not help me when trying to install breadcrumbs.
How can I have the single view of a post retain it's link to it's parent page?