Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #175023

    Hi,

    I am having this breadcrumbs problem with the portfolio. Do you have any idea how I could have
    Home > portfolio category > portfolio page when using the grid shortcode?

    If not possible within the theme, do you know a plugin that follow the menu’s navigation? Thanks for your help !

    Olivia

    #175570

    Hey oliviad!

    Open up functions.php and add following code at the very bottom of the 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,
    Peter

    #178216

    That worked for me — thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs with portfolio’ is closed to new replies.