How to display custom post types AND regular posts separately on a shared taxonomy archive?
I've looked over numerous questions and answers on problems somewhat related to this but can't seem to find the same situation or solution.
I have a custom taxonomy that needs to have an archive page that can display both custom post types and regular posts, but not in the same section. Basically there needs to be a clear difference between the CPT-posts and regular posts.
For example, if "movie guides" is the custom taxonomy, "ben affleck" is a movie guide, and "Movies" are custom post types on: website.com/movie-guides/ben-affleck
I would like that page to also have regular posts that are in the "ben affleck" movie guide taxonomy, but at the bottom of the page, in a different section for regular posts/post thumbnails. So part of the page would have Movies (posts from the CPT "Movies") with Ben Affleck, and after that would be post snippets from posts about Ben Affleck.
I've found information to just pull both types of posts on the same page together, but wasn't sure how to separate them in the template which is what I'm really looking for.
UPDATE: So far I've taken part of the theme's default category template and created taxonomy-{taxonomy_slugname}.php, which has pulled the CPTs onto the page, but now I can't figure out how to add posts since it's pulling the CPT's via "get post." My theme is Braxton, if that helps.
Topic archive-template custom-taxonomy templates archives custom-post-types Wordpress
Category Web