Hello,
I would like to remove blog name category from article’s URL structure. (because I might understand this might not be possible for category pages, but I want to remove it from article/blog post page) I am not referring to “blogs” part, but to the “press-release/” part:
example.com/blogs/**press-release/**new-product-features-january-2022
I saw some Shopify Stores that succesfully did that:
https://choosemuse.com/blog/ (I saw in their technology lookup that this one uses Wordpress somehow… but any idea how exactly that is working?)
https://madeincookware.com/blogs/best-way-to-decant-wine
About this one is a bit strange because they also have this structure: https://madeincookware.com/recipes/alubia-blancas-with-clams
I tried to remove {{ blog.handle }} from blog’s liquid, but that didn’t work.
<a href=“/blogs/{{ blog.handle }}”
The same happens with “tagged” part of the URL.
Any advice would be highly appreciated. Thank you so much.