Hi @Norm ,
I discovered a serious bug that affects all page types exported to a WP theme. This occurs both in v5.x and 6.x. The entire content of the page that is not part of the global header or footer is contained inside a post loop, whether or not you setup a Wordpress loop on that page.
Please look at the generated single-test.php file, uploaded. There is NO Wordpress loop whatsoever. Please note that the top global are is disabled, and the header menu and banner are in the dynamic area, and are now within the loop.
single-test.php.zip (3.4 KB)
As result, the header, banner etc are now contained within the loop, and are repeated on top of every post!!
This same behavior occurs, even if I select a post loop in just a column containing specific elements:
single-test-with-loop.php.zip (3.5 KB)
Let me know, if you need any additional information.
I also filed a bug report.

