Parent portfolio page link in breadcrumbs
When you stay on a single portfolio page and click on the Portfolio link in the breadcrumbs, you are redirected to the portfolio archive page by default.

If you want to be redirected to a custom portfolio page, there is a workaround for this. All you have to do is to follow the next steps:
- Install and activate Polo child theme. It is required step, since all custom changes must be implemented in the child theme in order to keep them after the next updating.
- Open .../polo-child/functions.php file in Notepad++ or other editor.
- Copy/paste the function that you find here.
- Upon copying the code, change '/portfolio/' slug to the slug of the required page.

- Save changes and check the result.