Tagged: breadcrumb, child theme, functions
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
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
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.
Any news ?