Hi Support team!
I add custom permalink to site: /%portfolio_entries%/%postname%/
And what is happend the this work good but the breadcrumbs dont show the correct url:
Can you tell me what to do?
Thanks, Segev.
Hi segevmo!
Please create us a temporary login with permission to disable the plugins and add custom code if necessary so we can take a closer look and help you better.
Best regards,
Vinay Kashyap
Thanks.
Hi!
What is the supposedly correct breadcrumb trail for the product above? If you need the portfolio breadcrumb to display the category instead of the previous page / session, please add this in the functions.php file:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
function avia_remove_portfolio_breadcrumb(){
remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
}
Best regards,
Ismael
No… That no working.
Perhaps I did not explain myself.
The display of breadcrumbs text is O.K., but the URL refers to the wrong place.
Thanks, Segev.
Hi!
does it work for you when activating a default WordPress theme instead?
Best regards,
Andy