Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29654

    Hello,

    I would like to modify the function avia_breadcrumbs in /framework/php/breadcumb-class.php in my child theme.

    You explained me how to do it with classes but it’s not clear with functions…

    Thanks in advance for your help.

    Basile

    #141280

    Hi,

    What do you mean “it’s not clear with functions”? What kind of modifications on the breadcrumb function that you want to do?

    You can move the code from framework > php > class-breadcrumb.php to your child theme’s function.php. You can leave the class-breadcrumb.php blank while editing the breadcrumb on functions.php included on the child theme folder.

    Regards,
    Ismael

    #161628

    Sorry, effectively it’s not clear… :)

    In fact I’d like to modify the function avia_breadcrumbs( $args = array() )

    So I just have to paste the code of class-breadcrumb.php to my child theme’s functions.php and edit directly the function avia_breadcrumb() ?

    Thanks for your help.

    #162320

    Any news ?

    #162647

    Hi,

    Yes, you can move the class-breadcrumb.php’s code to the child theme’s function.php.

    Regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Modify a breadcrumb function in my child theme’ is closed to new replies.