Hello,
Thank you so much purchasing our theme and contacting our support center.
1. You can change rewrite base from portfolio
to project
in the file wp-content/plugins/basel-post-types/basel-post-types.php
. Find this code
'rewrite' => array('slug' => 'portfolio'),
and replace with this one
'rewrite' => array('slug' => 'project'),
2. As for breadcrumbs, unfortunately, our inbuilt breadcrumb function doesn’t show portfolio categories and there is no option for this. You can try to customize it in the file basel/inc/template-tags.php
. Function name is basel_breadcrumbs
. We suggest you to copy this function to the child theme to prevent losing changes after update.
Kind Regards
XTemos Studio