Hi Carina,
You would need to edit a theme file. There still needs to be something in there, it can’t be completely removed, but at least let’s try and make it look nicer, as in /portfolio/some-project ๐
Open includes/custom-post-types/portfolio-type.php and, on line 48, change this:
'rewrite' => false,
to this:
'rewrite' => array( 'slug' => 'portfolio' ),
Of course, you can name it whatever you like and that will be your portfolio base URL, as long as you don’t have another page/post with the same URL slug.
Regards,
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Cosmin
Support Assistant