I apologize for opening up a whole new question for this topic since it's been discussed a few times now, however I don't have enough rep yet to comment on the existing questions.
Regarding the answer to this question:
Channel index page linked in a structure
So what this answer is saying is that instead of having a whole separate channel for say, a blog, I should have it set up so that "Blog" is an entry type in my larger structure that also contains the various static pages for my site? if I'm understanding that correctly, doesn't the user lose out on some of the basic feature that a separate channel offers, such as not having to choose where in the structure hierarchy a new blog post should be?
A Structure called 'pages' that has two entry types, 'page' and 'blogIndex'. Most of the pages on my site use the 'page' type, and I set up one entry in the structure using the 'blogIndex' type which would represent the blog index and nested it down in the hierarchy of my Structure.
I have a template at /templates/pages/_blog.twig that's supposed to represent the blog landing/index, but when visiting the URL for the blog index, it displays the default _entry.html template instead of the template I set up for the index.
– rfoote Apr 09 '15 at 19:40relatedTofor example); and if no relationship, then you could look up the pages entry using the uri segment (as you will probably know which segment is from 'pages'). – Douglas McDonald Mar 16 '17 at 19:26