jenteck
1
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/
- How do I get rid of the /templates/ slug
- 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:
- Create a new page and name it ‘blog’ (or whatever slug you need)
- 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