Ah, I think I see what might be the problem. It seems like you’re using a Custom Post Type (CPT) called “sample” for the things that you’ve tagged with the “abandoned-cart” tag. However, the “Archive” template only applies to the built-in “Post” type (as do the “Tag” and “Category” templates).
To verify that, can you please create a regular post and tag it as “abandoned-cart” and see if that shows up on on this page?
Unfortunately, WordPress doesn’t currently have any way to create a template for an archive of a CPT with a given tag or category in the Site Editor. There are some possible workarounds:
– Copy the content of the “Sample” CPTs into regular posts (or use a plugin such as Post Type Switcher).
– If it’s enough to show an archive of all “Sample” CPTs (including the ones without the “abandoned-cart” tag), you can toggle the Query Loop block’s “Inherit query from template” and manually set the post type to “Sample” (see screenshot).
Hope that helps!
Bernie