Okay so I understand that the default "Categories" is a taxonomy, and posts live within those categories.
I created a new Taxonomy (like Categories) that houses a custom post type. The posts of that post type also have tags.
[New Category-Type Taxonomy]
1. Category Name 1
a. Custom Post 1
This entry has post tags
b. Custom Post 2
This entry has tags as well
c. Custom Post 3
And this one too
2. Category Name 2
a. Custom Post 4
This entry has post tags
b. Custom Post 5
This entry has tags as well
c. Custom Post 6
And this one too
What I'm trying to do is round all the posts tags from the Category Names
So I can list 1a 1b 1c on the Category 1 page, and
2a 2b 2c on the Category 2 page.
If I can figure out what to query or how to navigate through arrays I can do some kind of for each loop and get these post tags into