Remove "/template/" slug from Archive Templates

Hi there,

in Elementor I’m used to create an archive page for my posts and the slug automatically ends up like this: …/blog/article

But when I try to do it in bricks i get this: …/templates/blog/

  1. How do I get rid of the /templates/ slug
  2. How do I get my posts to automatically append the archive slug > …/blog/articles

Thanks in advance!

So I found out after long research sessions. This is how it works:

  1. Create a new page and name it ‘blog’ (or whatever slug you need)
  2. Create new Bricks template and setup the conditions: 1. archive > post type; 2. individual > blog (page)

Now the “/template/” is gone.

For the slug to be like the following: /blog/blogpost – Go to WordPress Dashboard > Settings > Permalinks > individual: /blog/%postname%

Cheers