What my problem exactly is:
I have the newest version of wordpress together with TwentTwentyFive.
I don’t find to include the collapsing archioves into my page.
I don’t find the possibility to integrate neither “widgets” nor a shortcode.
My page shows the following code
<!-- wp:template-part {"slug":"header","theme":"twentytwentyfive"} /-->
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60)"><!-- wp:heading {"textAlign":"left","level":1} -->
<h1 class="wp-block-heading has-text-align-left">Blog</h1>
<!-- /wp:heading -->
<!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->
What can I do to bring the collapsing archives into it?
Neither sth like [collapsing_archives] works nor
<ul>
<?php wp_get_archives(); ?>
</ul>