Portfolio permalink mixed with post permalink
it seems that portfolio permalinks are generated with both BeTheme portfolio item settings and default WordPress permalinks for blog items. While setting a permalink for blog like this - "/blog/%postname%/" portfolio links also rely on "/blog/" part which makes no sense. This should be separate.
Comments
Wordpress was created as a Blog CMS so it is based on posts. Portfolio is also a custom post type so it is based on the same thing. It is a wordpress limitation and we cannot do anything about it.
thanks
this isn't always the case. I believe it's a matter of implementation. For example - WooCommerce products also are custom post type and yet they have separate section in WordPress permalink section that allows users to set basic posts with /blog/ and products with /shop/ and those two don't collide.
I've also done some websites on Uplift / Atelier and all of their custom post types (portfolio / galleries / team / directory / faqs) have different sections in WordPress permalinks section. Each of them can have a custom base. This also makes custom post permalinks translatable with WPML.