Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875905

    is_33
    Participant

    I want to modify the following file:
    public_html/wp-content/themes/x/framework/functions/global/breadcrumbs.php

    I copied the file and created the same directories in the child theme and put the file here:
    public_html/wp-content/themes/x-child/framework/functions/global/breadcrumbs.php

    My site still seems to be reading the template from the parent theme and not the child theme.

    What’s wrong?

    #876244

    Christopher
    Moderator

    Hi there,

    Functions should be added in child theme’s functions.php file. You should copy the function you want to edit from original file and place it in functions.php file.

    Hope it helps.

    #876366

    is_33
    Participant

    That works. Thanks.

    #876758

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!