We're creating a number of Views and wanted to filter them by Taxonomy Category.
In the documentation below, there is a way to actually filter categories on a Taxonomy.
https://toolset.com/documentation/user-guides/views/filtering-views-by-taxonomy/
1. How do we achieve that via Gutenberg?
When creating a View block, there is no option to see the posts we query/filter.
We have created a sample taxonomy archive and was able to see the settings, see screenshot
Loop Selection > Custom Post Archives > Taxonomy Archives (Types of Property) > Select Specific Terms > Residential
In theory, it shall fetch all the posts that are tagged/categorized as Residential.
However, upon viewing the archive on the front end, it does not show the list. What it shows is the body content of the 3 sample posts we had created, while it only should fetch 1.
2. Another question we have is that, can we embed this archive list and show it on an Oxygen builder page?
Here is an example: hidden link
Looking forward to your response
When creating a View block, there is no option to see the posts we query/filter.
If you select the top-level View block, you will find the Query Filter section inside the Content Selection panel. You can easily select the top-level View block in the Block Navigation menu at the top of the Block Editor screen (see the screenshot here).
https://toolset.com/course-lesson/creating-a-view/#filter-the-list-of-posts
2. Another question we have is that, can we embed this archive list and show it on an Oxygen builder page?
As discussed in your other ticket, I think your best bet here is to create a similar View in a blank, unassigned Content Template and embed that Content Template in your Oxygen builder design using a shortcode, since custom archives are currently incompatible with Oxygen builder.