On archive page of the post type, need only a list of terms. I make a list of terms in a view, and insert it before an empty loop.
Blocks HTML are created on the page, but they are empty. On a normal page, this list displays well.
On archive page: hidden link
On other pages: hidden link
Link to a page where the issue can be seen: hidden link
taxonomy has been created for the post type. This taxonomy is not used for other types of posts. I want to use all the taxonomy terms on the post archive page
links to posts will not be used on the archive page. For SEO, it is important that the link to the page is formed correctly. I can put a view on a normal page. But then the archive page will not be well designed. I only want to use the archive page
Ok thank you, so in your case you are going to need to create a view that will list the taxonomies that you want.
To do this go to Toolset->Views and add a new view.
Once you've created your taxonomy view and use the Loop wizard to populate the view you can then go to Toolset -> WordPress Archive and create your archive.
If your archive is using the block editor you can disable it by going to Toolset -> Settings -> Editing experience and select "Show both the legacy and Blocks interface and let me choose which to use for each item I build"
Once you have done this you should see the option "Editor to use for WordPress Archives" select the classic editor.
Finally when you go back to create the archive, just insert your view outside of the <wpv-loop></wpv-loop> tags.
I've already done all that. I wrote it here because the view on the archive page doesn't work correctly. In the first post, I wrote and showed screenshots. The HTML layout of the view is created, you can observe the DIV, but terms and descriptions of terms are not inserted. This results in a white page. This same view works as needed on any normal page.
This is still an open issue with our development team so a permanent fix has yet to be provided. However the workaround should get your archive up and running again.