Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #213622

    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.

    #213624
    This reply has been marked as private.
    #213639

    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

    #214010

    Thank you so much Ismael, it worked :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issues with Beadcrumb’ is closed to new replies.