I have created a WordPress Archive via Toolset
Filtered the Properties CPT, selected the Residential/Commercial category
It displays on Gutenberg
But when using it on Oxygen, they don't display the same data. It fetches posts (hello world) rather than the CPT (properties).
hidden link — WordPress Archive via Toolset
hidden link — Oxygen Builder -
Residential Properties Page
Hello, according to our documentation, custom archives created in Toolset are not currently compatible with the Oxygen builder:
https://toolset.com/course-lesson/using-toolset-with-oxygen-page-builder/
I suspect you would need to create a View instead using similar configurations, and insert that View (or the Content Template containing that View) using a shortcode. If you're using the Block Editor to create Views, you must first create the View in a Content Template. Then to insert a Content Template in an Oxygen design, you can use the wpv-post-body shortcode:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body
If you're using the legacy Views editor to create a standalone View, you can place that View directly in the Oxygen design using a wpv-view shortcode:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-view