Tagged: breadcrumbs
Hi guys,
i know this topic has been discussed many times but I could not find the solution. please see the link below, from the homepage if you go to Portfolio > Website Design the breadcrumb displays the following: You are here: Home / Portfolio / Graphic Design / Website Design I don’t know why Website is under Graphic Design. Same thing with Logo and Corporate Identity.
I am not sure if I did something wrong when creating the Portfolio Items or the pages.
Can you please look into it?
Thank you so much.
Hey!
Please add this at the very bottom of functions.php:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
function avia_remove_portfolio_breadcrumb(){
remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
}
Cheers!
Ismael
Thank you so much Ismael, it worked :)