Hi, I am trying to make a template for archive pages with GeneratePress Elements and GenerateBlocks.
I am using Block – Content Template for the archive template.
What I want is to use the GenerateBlocks query loop and give it these styles: https://nodstrike.com/basics/
But apparently when using the query loop this is duplicated for each post that exists, understanding that I should create the template for a post without using the query loop.
This is the result I got: https://danielr193.sg-host.com/basics/
So my question is what is the best way to create an archive page with GeneratePress elements and GenerateBlocks?