I am trying to:
Insert View into tag archive template which already display default posts
Steps taken:
1. created a custom post type (eg. 'News') w/ built-in Tags tax enabled
- 'News' post will be tagged either (eg. dogs, cats)
2. created a View to display posts from 'News'
Settings:
- Content Selection: [Post types] - News
- Query Filter: Tags the same as the current archive page
3. Insert View into tag archive template which already display default posts
I expected to see:
eg. 'News' posts tagged with dogs on 'dogs' Tag archive page
eg. 'News' posts tagged with cats on 'cats' Tag archive page
Instead, I got:
default posts tagged with dogs on 'dogs' Tag archive page
Found the root, got it resolved